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