Enum dns_parser_joe::QueryClass [] [src]

pub enum QueryClass {
    IN,
    CS,
    CH,
    HS,
    Any,
}

The QCLASS value according to RFC 1035

Variants

the Internet

the CSNET class (Obsolete - used only for examples in some obsolete RFCs)

the CHAOS class

Hesiod [Dyer 87]

Any class

Methods

impl QueryClass
[src]

Trait Implementations

impl Debug for QueryClass
[src]

Formats the value using the given formatter.

impl PartialEq for QueryClass
[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 QueryClass
[src]

impl Clone for QueryClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for QueryClass
[src]