Enum kudu_pb::master::SysTabletsEntryPB_State [] [src]

pub enum SysTabletsEntryPB_State {
    UNKNOWN,
    PREPARING,
    CREATING,
    RUNNING,
    REPLACED,
    DELETED,
}

Variants

Trait Implementations

impl Clone for SysTabletsEntryPB_State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for SysTabletsEntryPB_State
[src]

Formats the value using the given formatter.

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

impl Copy for SysTabletsEntryPB_State
[src]

impl ProtobufValue for SysTabletsEntryPB_State
[src]