Enum kudu_pb::common::ExternalConsistencyMode [] [src]

pub enum ExternalConsistencyMode {
    UNKNOWN_EXTERNAL_CONSISTENCY_MODE,
    CLIENT_PROPAGATED,
    COMMIT_WAIT,
}

Variants

Trait Implementations

impl Clone for ExternalConsistencyMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for ExternalConsistencyMode
[src]

Formats the value using the given formatter.

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

impl Copy for ExternalConsistencyMode
[src]

impl ProtobufValue for ExternalConsistencyMode
[src]