Struct rotor_dns::MxRecord [] [src]

pub struct MxRecord {
    pub preference: u16,
    pub exchange: String,
}

Single MX record

Fields

Trait Implementations

impl Debug for MxRecord
[src]

Formats the value using the given formatter.

impl Clone for MxRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more