pub struct MINFO<'a> {
pub rmailbox: Name<'a>,
pub emailbox: Name<'a>,
}
Expand description
MINFO recors are used to acquire mailbox or mail list information
Fields§
§rmailbox: Name<'a>
A Name which specifies a mailbox which is responsible for the mailing list or mailbox.
emailbox: Name<'a>
A Name which specifies a mailbox which is to receive error messages related to
the mailing list or mailbox specified by the owner of the MINFO RR
Implementations§
Trait Implementations§
impl<'a> Eq for MINFO<'a>
impl<'a> StructuralPartialEq for MINFO<'a>
Auto Trait Implementations§
impl<'a> Freeze for MINFO<'a>
impl<'a> RefUnwindSafe for MINFO<'a>
impl<'a> Send for MINFO<'a>
impl<'a> Sync for MINFO<'a>
impl<'a> Unpin for MINFO<'a>
impl<'a> UnwindSafe for MINFO<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)