Struct simple_dns::rdata::MINFO
source · [−]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
Transforms the inner data into it’s owned type
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MINFO<'a>
impl<'a> UnwindSafe for MINFO<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more