Enum kudu_pb::consensus_metadata::RaftPeerPB_MemberType [] [src]

pub enum RaftPeerPB_MemberType {
    UNKNOWN_MEMBER_TYPE,
    NON_VOTER,
    VOTER,
}

Variants

Trait Implementations

impl Clone for RaftPeerPB_MemberType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for RaftPeerPB_MemberType
[src]

Formats the value using the given formatter.

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

impl Copy for RaftPeerPB_MemberType
[src]

impl ProtobufValue for RaftPeerPB_MemberType
[src]