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
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
Trait Implementations
impl Clone for MasterErrorPB_Code
[src]
fn clone(&self) -> MasterErrorPB_Code
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for MasterErrorPB_Code
[src]
fn eq(&self, __arg_0: &MasterErrorPB_Code) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for MasterErrorPB_Code
[src]
impl Debug for MasterErrorPB_Code
[src]
impl Hash for MasterErrorPB_Code
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl ProtobufEnum for MasterErrorPB_Code
[src]
fn value(&self) -> i32
fn from_i32(value: i32) -> Option<MasterErrorPB_Code>
fn values() -> &'static [Self]
fn enum_descriptor_static(_: Option<MasterErrorPB_Code>)
-> &'static EnumDescriptor
-> &'static EnumDescriptor