Enum ql2::proto::Response_ResponseType [] [src]

pub enum Response_ResponseType {
    SUCCESS_ATOM,
    SUCCESS_SEQUENCE,
    SUCCESS_PARTIAL,
    WAIT_COMPLETE,
    SERVER_INFO,
    CLIENT_ERROR,
    COMPILE_ERROR,
    RUNTIME_ERROR,
}

Variants

Trait Implementations

impl Clone for Response_ResponseType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Response_ResponseType
[src]

Formats the value using the given formatter.

impl Hash for Response_ResponseType
[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 Response_ResponseType
[src]

impl Copy for Response_ResponseType
[src]

impl ProtobufValue for Response_ResponseType
[src]