Enum kudu_pb::master::MasterErrorPB_Code [] [src]

pub enum MasterErrorPB_Code {
    UNKNOWN_ERROR,
    INVALID_SCHEMA,
    TABLE_NOT_FOUND,
    TABLE_ALREADY_PRESENT,
    TOO_MANY_TABLETS,
    CATALOG_MANAGER_NOT_INITIALIZED,
    NOT_THE_LEADER,
    REPLICATION_FACTOR_TOO_HIGH,
    TABLET_NOT_RUNNING,
    EVEN_REPLICATION_FACTOR,
    ILLEGAL_REPLICATION_FACTOR,
}

Variants

Trait Implementations

impl Clone for MasterErrorPB_Code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for MasterErrorPB_Code
[src]

Formats the value using the given formatter.

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

impl Copy for MasterErrorPB_Code
[src]

impl ProtobufValue for MasterErrorPB_Code
[src]