Enum kudu_pb::master::SysTablesEntryPB_State [] [src]

pub enum SysTablesEntryPB_State {
    UNKNOWN,
    PREPARING,
    RUNNING,
    ALTERING,
    REMOVED,
}

Variants

Trait Implementations

impl Clone for SysTablesEntryPB_State
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

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

impl Debug for SysTablesEntryPB_State
[src]

[]

Formats the value using the given formatter.

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

impl Copy for SysTablesEntryPB_State
[src]

impl ProtobufValue for SysTablesEntryPB_State
[src]