Enum kudu_pb::common::OrderMode [] [src]

pub enum OrderMode {
    UNKNOWN_ORDER_MODE,
    UNORDERED,
    ORDERED,
}

Variants

Trait Implementations

impl Clone for OrderMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for OrderMode
[src]

Formats the value using the given formatter.

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

impl Copy for OrderMode
[src]

impl ProtobufValue for OrderMode
[src]