Enum kudu::RaftRole [] [src]

pub enum RaftRole {
    Follower,
    Leader,
    Learner,
    NonParticipant,
    Unknown,
}

The role of a Kudu master or tserver in a consensus group.

Variants

Trait Implementations

impl Clone for RaftRole
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RaftRole
[src]

impl Debug for RaftRole
[src]

Formats the value using the given formatter.

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