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