Struct resolv::record::SOA [] [src]

pub struct SOA {
    pub mname: String,
    pub rname: String,
    pub serial: u32,
    pub refresh: u32,
    pub retry: u32,
    pub expire: u32,
    pub minimum: u32,
}

Fields

Trait Implementations

impl Debug for SOA
[src]

Formats the value using the given formatter.

impl Clone for SOA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl RecordData for SOA
[src]

Get type of record

Convert from low level resource record. For internal use.