Struct raft::storage::RaftState [] [src]

pub struct RaftState {
    pub hard_state: HardState,
    pub conf_state: ConfState,
}

Fields

Trait Implementations

impl Debug for RaftState
[src]

[src]

Formats the value using the given formatter.

impl Clone for RaftState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more