Enum kudu_pb::tablet_metadata::TabletDataState
[−]
[src]
pub enum TabletDataState { TABLET_DATA_UNKNOWN, TABLET_DATA_COPYING, TABLET_DATA_READY, TABLET_DATA_DELETED, TABLET_DATA_TOMBSTONED, }
Variants
TABLET_DATA_UNKNOWN
TABLET_DATA_COPYING
TABLET_DATA_READY
TABLET_DATA_DELETED
TABLET_DATA_TOMBSTONED
Trait Implementations
impl Clone for TabletDataState
[src]
fn clone(&self) -> TabletDataState
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 TabletDataState
[src]
fn eq(&self, __arg_0: &TabletDataState) -> 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 TabletDataState
[src]
impl Debug for TabletDataState
[src]
impl Hash for TabletDataState
[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.