Struct trust_dns_proto::rr::rdata::txt::TXT [−][src]
pub struct TXT { /* fields omitted */ }
Expand description
RFC 1035, DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION, November 1987
3.3.14. TXT RDATA format
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
/ TXT-DATA /
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
TXT RRs are used to hold descriptive text. The semantics of the text
depends on the domain where it is found.
Implementations
Creates a new TXT record data.
Arguments
txt_data
- the set of strings which make up the txt_data.
Return value
The new TXT record data.
TXT-DATA One or more <character-string>s.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TXT
impl UnwindSafe for TXT
Blanket Implementations
Mutably borrows from an owned value. Read more