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

pub struct NS {
    pub dname: String,
}

Fields

Trait Implementations

impl Clone for NS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NS
[src]

Formats the value using the given formatter.

impl RecordData for NS
[src]

Get type of record

Convert from low level resource record. For internal use.