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
UNKNOWNADD_COLUMNDROP_COLUMNRENAME_COLUMNALTER_COLUMNADD_RANGE_PARTITIONDROP_RANGE_PARTITIONTrait Implementations
impl Clone for AlterTableRequestPB_StepType[src]
fn clone(&self) -> AlterTableRequestPB_StepType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for AlterTableRequestPB_StepType[src]
fn eq(&self, __arg_0: &AlterTableRequestPB_StepType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for AlterTableRequestPB_StepType[src]
impl Debug for AlterTableRequestPB_StepType[src]
impl Hash for AlterTableRequestPB_StepType[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl ProtobufEnum for AlterTableRequestPB_StepType[src]
fn value(&self) -> i32
fn from_i32(value: i32) -> Option<AlterTableRequestPB_StepType>
fn values() -> &'static [Self]
fn enum_descriptor_static(_: Option<AlterTableRequestPB_StepType>)
-> &'static EnumDescriptor
-> &'static EnumDescriptor