Enum kinetic_protobuf::Command_MessageType [] [src]

pub enum Command_MessageType {
    INVALID_MESSAGE_TYPE,
    GET,
    GET_RESPONSE,
    PUT,
    PUT_RESPONSE,
    DELETE,
    DELETE_RESPONSE,
    GETNEXT,
    GETNEXT_RESPONSE,
    GETPREVIOUS,
    GETPREVIOUS_RESPONSE,
    GETKEYRANGE,
    GETKEYRANGE_RESPONSE,
    GETVERSION,
    GETVERSION_RESPONSE,
    SETUP,
    SETUP_RESPONSE,
    GETLOG,
    GETLOG_RESPONSE,
    SECURITY,
    SECURITY_RESPONSE,
    PEER2PEERPUSH,
    PEER2PEERPUSH_RESPONSE,
    NOOP,
    NOOP_RESPONSE,
    FLUSHALLDATA,
    FLUSHALLDATA_RESPONSE,
    PINOP,
    PINOP_RESPONSE,
    MEDIASCAN,
    MEDIASCAN_RESPONSE,
    MEDIAOPTIMIZE,
    MEDIAOPTIMIZE_RESPONSE,
    START_BATCH,
    START_BATCH_RESPONSE,
    END_BATCH,
    END_BATCH_RESPONSE,
    ABORT_BATCH,
    ABORT_BATCH_RESPONSE,
    SET_POWER_LEVEL,
    SET_POWER_LEVEL_RESPONSE,
}

Variants

Trait Implementations

impl Clone for Command_MessageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Command_MessageType
[src]

Formats the value using the given formatter.

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

impl Copy for Command_MessageType
[src]