Struct raft::raw_node::Peer [] [src]

pub struct Peer {
    pub id: u64,
    pub context: Option<Vec<u8>>,
}

Fields

Trait Implementations

impl Debug for Peer
[src]

[src]

Formats the value using the given formatter.

impl Default for Peer
[src]

[src]

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