Struct dns_parser::SoaRecord [] [src]

pub struct SoaRecord<'a> {
    pub primary_ns: Name<'a>,
    pub mailbox: Name<'a>,
    pub serial: u32,
    pub refresh: u32,
    pub retry: u32,
    pub expire: u32,
    pub minimum_ttl: u32,
}

The SOA (Start of Authority) record

Fields

Trait Implementations

impl<'a> Debug for SoaRecord<'a>
[src]

[src]

Formats the value using the given formatter.