Struct domain::master::record::MasterRecord[][src]

pub struct MasterRecord {
    pub owner: Rc<DNameBuf>,
    pub class: Class,
    pub ttl: u32,
    pub rdata: MasterRecordData,
}

Fields

Methods

impl MasterRecord
[src]

impl MasterRecord
[src]

Trait Implementations

impl Clone for MasterRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MasterRecord
[src]

Formats the value using the given formatter. Read more

impl Display for MasterRecord
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for MasterRecord

impl !Sync for MasterRecord