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

Trait Implementations

impl Clone for TabletDataState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for TabletDataState
[src]

Formats the value using the given formatter.

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

impl Copy for TabletDataState
[src]

impl ProtobufValue for TabletDataState
[src]