Enum kudu_pb::master::AlterTableRequestPB_StepType [] [src]

pub enum AlterTableRequestPB_StepType {
    UNKNOWN,
    ADD_COLUMN,
    DROP_COLUMN,
    RENAME_COLUMN,
    ALTER_COLUMN,
    ADD_RANGE_PARTITION,
    DROP_RANGE_PARTITION,
}

Variants

Trait Implementations

impl Clone for AlterTableRequestPB_StepType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for AlterTableRequestPB_StepType
[src]

Formats the value using the given formatter.

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

impl Copy for AlterTableRequestPB_StepType
[src]

impl ProtobufValue for AlterTableRequestPB_StepType
[src]