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

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

Represents a Peer node in the cluster.

Fields

id: u64

The ID of the peer.

context: Option<Vec<u8>>

If there is context associated with the peer (like connection information), it can be serialized and stored here.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.