Enum ql2::proto::Query_QueryType [] [src]

pub enum Query_QueryType {
    START,
    CONTINUE,
    STOP,
    NOREPLY_WAIT,
    SERVER_INFO,
}

Variants

Trait Implementations

impl Clone for Query_QueryType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Query_QueryType
[src]

Formats the value using the given formatter.

impl Hash for Query_QueryType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ProtobufEnum for Query_QueryType
[src]

impl Copy for Query_QueryType
[src]

impl ProtobufValue for Query_QueryType
[src]