Struct resolv::record::NS [] [src]

pub struct NS {
    pub dname: String,
}

Fields

dname: String

Trait Implementations

impl Clone for NS
[src]

fn clone(&self) -> NS

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 NS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl RecordData for NS
[src]

fn get_record_type() -> RecordType

Get type of record

fn extract(msg: &mut Message, rr: &Rr) -> Result<NSError>

Convert from low level resource record. For internal use.