Struct rustdns::SOA[][src]

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

Start of Authority (SOA) record containing administrative information about the zone. See rfc1035.

Fields

mname: String

The name server that was the original or primary source of data for this zone.

rname: String

The mailbox of the person responsible for this zone.

serial: u32refresh: Durationretry: Durationexpire: Durationminimum: Duration

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.