Enum kinetic_protobuf::Command_Status_StatusCode [] [src]

pub enum Command_Status_StatusCode {
    INVALID_STATUS_CODE,
    NOT_ATTEMPTED,
    SUCCESS,
    HMAC_FAILURE,
    NOT_AUTHORIZED,
    VERSION_FAILURE,
    INTERNAL_ERROR,
    HEADER_REQUIRED,
    NOT_FOUND,
    VERSION_MISMATCH,
    SERVICE_BUSY,
    EXPIRED,
    DATA_ERROR,
    PERM_DATA_ERROR,
    REMOTE_CONNECTION_ERROR,
    NO_SPACE,
    NO_SUCH_HMAC_ALGORITHM,
    INVALID_REQUEST,
    NESTED_OPERATION_ERRORS,
    DEVICE_LOCKED,
    DEVICE_ALREADY_UNLOCKED,
    CONNECTION_TERMINATED,
    INVALID_BATCH,
    HIBERNATE,
    SHUTDOWN,
}

Variants

Trait Implementations

impl Clone for Command_Status_StatusCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Command_Status_StatusCode
[src]

Formats the value using the given formatter.

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

impl Copy for Command_Status_StatusCode
[src]