Struct dns_message_parser::rr::MR [−][src]
pub struct MR {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub new_name: DomainName,
}Expand description
The mail rename domain name resource record type.
Fields
domain_name: DomainNamettl: u32class: Classnew_name: DomainNameImplementations
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more