Struct resolv::record::TXT [] [src]

pub struct TXT {
    pub dname: String,
}

Fields

Trait Implementations

impl Clone for TXT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TXT
[src]

Formats the value using the given formatter.

impl RecordData for TXT
[src]

Get type of record

Convert from low level resource record. For internal use.