Struct dns_message_parser::rr::TXT [−][src]
pub struct TXT {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub string: String,
}Expand description
The text resource record type.
Fields
domain_name: DomainNamettl: u32class: Classstring: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TXT
impl UnwindSafe for TXT
Blanket Implementations
Mutably borrows from an owned value. Read more