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