Enum kudu_pb::tablet_metadata::TabletStatePB [] [src]

pub enum TabletStatePB {
    UNKNOWN,
    NOT_STARTED,
    BOOTSTRAPPING,
    RUNNING,
    FAILED,
    QUIESCING,
    SHUTDOWN,
}

Variants

Trait Implementations

impl Clone for TabletStatePB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for TabletStatePB
[src]

Formats the value using the given formatter.

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

impl Copy for TabletStatePB
[src]

impl ProtobufValue for TabletStatePB
[src]