Enum chrootable_https::dns::DnsReply[][src]

pub enum DnsReply {
    Success(Vec<RData>),
    Error(DnsError),
}

Variants

Trait Implementations

impl Debug for DnsReply
[src]

Formats the value using the given formatter. Read more

impl From<Lookup> for DnsReply
[src]

Performs the conversion.

impl Into<DnsReply> for DnsError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DnsReply

impl Sync for DnsReply