pub struct MtaStsDnsRecord {
pub id: String,
pub fields: BTreeMap<String, String>,
}
Fields§
§id: String
§fields: BTreeMap<String, String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MtaStsDnsRecord
impl RefUnwindSafe for MtaStsDnsRecord
impl Send for MtaStsDnsRecord
impl Sync for MtaStsDnsRecord
impl Unpin for MtaStsDnsRecord
impl UnwindSafe for MtaStsDnsRecord
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more