Struct raft::Unstable[][src]

pub struct Unstable {
    pub snapshot: Option<Snapshot>,
    pub entries: Vec<Entry>,
    pub offset: u64,
    pub tag: String,
}

Fields

Methods

impl Unstable
[src]

Trait Implementations

impl Debug for Unstable
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Unstable
[src]

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

This method tests for !=.

impl Default for Unstable
[src]

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

Auto Trait Implementations

impl Send for Unstable

impl Sync for Unstable