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

Trait Implementations

impl Clone for RowOperationsPB_Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for RowOperationsPB_Type
[src]

Formats the value using the given formatter.

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

impl Copy for RowOperationsPB_Type
[src]

impl ProtobufValue for RowOperationsPB_Type
[src]