Enum cdrs::frame::Opcode [] [src]

pub enum Opcode {
    Error,
    Startup,
    Ready,
    Authenticate,
    Options,
    Supported,
    Query,
    Result,
    Prepare,
    Execute,
    Register,
    Event,
    Batch,
    AuthChallenge,
    AuthResponse,
    AuthSuccess,
}

Variants

Trait Implementations

impl Debug for Opcode
[src]

Formats the value using the given formatter.

impl PartialEq for Opcode
[src]

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

This method tests for !=.

impl AsByte for Opcode
[src]

It should represent a struct as a single byte.

impl From<u8> for Opcode
[src]

Performs the conversion.