Enum kudu_pb::wire_protocol::RowOperationsPB_Type
[−]
[src]
pub enum RowOperationsPB_Type { UNKNOWN, INSERT, UPDATE, DELETE, UPSERT, SPLIT_ROW, RANGE_LOWER_BOUND, RANGE_UPPER_BOUND, EXCLUSIVE_RANGE_LOWER_BOUND, INCLUSIVE_RANGE_UPPER_BOUND, }
Variants
UNKNOWN
INSERT
UPDATE
DELETE
UPSERT
SPLIT_ROW
RANGE_LOWER_BOUND
RANGE_UPPER_BOUND
EXCLUSIVE_RANGE_LOWER_BOUND
INCLUSIVE_RANGE_UPPER_BOUND
Trait Implementations
impl Clone for RowOperationsPB_Type
[src]
fn clone(&self) -> RowOperationsPB_Type
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 RowOperationsPB_Type
[src]
fn eq(&self, __arg_0: &RowOperationsPB_Type) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for RowOperationsPB_Type
[src]
impl Debug for RowOperationsPB_Type
[src]
impl Hash for RowOperationsPB_Type
[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: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl ProtobufEnum for RowOperationsPB_Type
[src]
fn value(&self) -> i32
fn from_i32(value: i32) -> Option<RowOperationsPB_Type>
fn values() -> &'static [Self]
fn enum_descriptor_static(_: Option<RowOperationsPB_Type>)
-> &'static EnumDescriptor
-> &'static EnumDescriptor