Struct resolv::record::CNAME [] [src]

pub struct CNAME {
    pub cname: String,
}

Fields

Trait Implementations

impl Clone for CNAME
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CNAME
[src]

Formats the value using the given formatter.

impl RecordData for CNAME
[src]

Get type of record

Convert from low level resource record. For internal use.