Struct rotor_dns::SrvRecord [] [src]

pub struct SrvRecord {
    pub priority: u16,
    pub weight: u16,
    pub port: u16,
    pub target: String,
}

Single SRV record

Fields

Trait Implementations

impl Debug for SrvRecord
[src]

Formats the value using the given formatter.

impl Clone for SrvRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more