Enum kudu_pb::consensus_metadata::ConsensusConfigType [] [src]

pub enum ConsensusConfigType {
    CONSENSUS_CONFIG_UNKNOWN,
    CONSENSUS_CONFIG_COMMITTED,
    CONSENSUS_CONFIG_ACTIVE,
}

Variants

Trait Implementations

impl Clone for ConsensusConfigType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for ConsensusConfigType
[src]

Formats the value using the given formatter.

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

impl Copy for ConsensusConfigType
[src]

impl ProtobufValue for ConsensusConfigType
[src]