Enum rotor_dns::Query [] [src]

pub enum Query {
    LookupIpv4(String),
    LookupSrv(String),
    LookupMx(String),
}

Human friendly query types

Variants

Simple host lookup (A record)

Plain SRV record lookup

Plain MX record lookup

Trait Implementations

impl Debug for Query
[src]

Formats the value using the given formatter.

impl PartialEq for Query
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Query
[src]

impl Hash for Query
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more