Enum dnstap::MessageType [] [src]

pub enum MessageType {
    AUTH_QUERY,
    AUTH_RESPONSE,
    RESOLVER_QUERY,
    RESOLVER_RESPONSE,
    CLIENT_QUERY,
    CLIENT_RESPONSE,
    FORWARDER_QUERY,
    FORWARDER_RESPONSE,
    STUB_QUERY,
    STUB_RESPONSE,
    TOOL_QUERY,
    TOOL_RESPONSE,
}

Variants

Trait Implementations

impl Clone for Message_Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Message_Type
[src]

Formats the value using the given formatter.

impl Hash for Message_Type
[src]

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

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

impl ProtobufEnum for Message_Type
[src]

impl Copy for Message_Type
[src]