Struct raft::SoftState [] [src]

pub struct SoftState {
    pub leader_id: u64,
    pub raft_state: StateRole,
}

Fields

Trait Implementations

impl Default for SoftState
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for SoftState
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for SoftState
[src]

[src]

Formats the value using the given formatter.