Enum kudu_pb::common::ReadMode [] [src]

pub enum ReadMode {
    UNKNOWN_READ_MODE,
    READ_LATEST,
    READ_AT_SNAPSHOT,
}

Variants

Trait Implementations

impl Clone for ReadMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for ReadMode
[src]

Formats the value using the given formatter.

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

impl Copy for ReadMode
[src]

impl ProtobufValue for ReadMode
[src]