Enum kudu_pb::tserver::TabletServerErrorPB_Code
[−]
[src]
pub enum TabletServerErrorPB_Code { UNKNOWN_ERROR, INVALID_SCHEMA, INVALID_ROW_BLOCK, INVALID_MUTATION, MISMATCHED_SCHEMA, TABLET_NOT_FOUND, SCANNER_EXPIRED, INVALID_SCAN_SPEC, INVALID_CONFIG, TABLET_ALREADY_EXISTS, TABLET_HAS_A_NEWER_SCHEMA, TABLET_NOT_RUNNING, INVALID_SNAPSHOT, INVALID_SCAN_CALL_SEQ_ID, NOT_THE_LEADER, WRONG_SERVER_UUID, CAS_FAILED, ALREADY_INPROGRESS, THROTTLED, }
Variants
UNKNOWN_ERROR
INVALID_SCHEMA
INVALID_ROW_BLOCK
INVALID_MUTATION
MISMATCHED_SCHEMA
TABLET_NOT_FOUND
SCANNER_EXPIRED
INVALID_SCAN_SPEC
INVALID_CONFIG
TABLET_ALREADY_EXISTS
TABLET_HAS_A_NEWER_SCHEMA
TABLET_NOT_RUNNING
INVALID_SNAPSHOT
INVALID_SCAN_CALL_SEQ_ID
NOT_THE_LEADER
WRONG_SERVER_UUID
CAS_FAILED
ALREADY_INPROGRESS
THROTTLED
Trait Implementations
impl Clone for TabletServerErrorPB_Code
[src]
fn clone(&self) -> TabletServerErrorPB_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 TabletServerErrorPB_Code
[src]
fn eq(&self, __arg_0: &TabletServerErrorPB_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 TabletServerErrorPB_Code
[src]
impl Debug for TabletServerErrorPB_Code
[src]
impl Hash for TabletServerErrorPB_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 TabletServerErrorPB_Code
[src]
fn value(&self) -> i32
fn from_i32(value: i32) -> Option<TabletServerErrorPB_Code>
fn values() -> &'static [Self]
fn enum_descriptor_static(_: Option<TabletServerErrorPB_Code>)
-> &'static EnumDescriptor
-> &'static EnumDescriptor