Enum rotor_dns::Answer [] [src]

pub enum Answer {
    ServerUnavailable,
    Ipv4(Vec<Ipv4Addr>),
    Srv(Vec<SrvRecord>),
    Mx(Vec<MxRecord>),
}

A generic DNS answer

Variants

ServerUnavailableIpv4(Vec<Ipv4Addr>)Srv(Vec<SrvRecord>)Mx(Vec<MxRecord>)

Trait Implementations

impl Debug for Answer
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.