Struct resolv::record::TXT
[−]
[src]
pub struct TXT { pub dname: String, }
Fields
dname: String
Trait Implementations
impl Clone for TXT
[src]
fn clone(&self) -> TXT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for TXT
[src]
impl RecordData for TXT
[src]
fn get_record_type() -> RecordType
Get type of record
fn extract(_msg: &mut Message, rr: &Rr) -> Result<TXT, Error>
Convert from low level resource record. For internal use.