pub struct MG {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub mgm_name: DomainName,
}
Expand description
The mail group member resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§mgm_name: DomainName
Implementations§
Trait Implementations§
impl Eq for MG
impl StructuralPartialEq for MG
Auto Trait Implementations§
impl Freeze for MG
impl RefUnwindSafe for MG
impl Send for MG
impl Sync for MG
impl Unpin for MG
impl UnwindSafe for MG
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