Struct rabble::ClusterStatus [] [src]

pub struct ClusterStatus {
    pub members: HashSet<NodeId>,
    pub established: HashSet<NodeId>,
    pub num_connections: usize,
}

Fields

Trait Implementations

impl Debug for ClusterStatus
[src]

Formats the value using the given formatter.

impl Clone for ClusterStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ClusterStatus
[src]

impl PartialEq for ClusterStatus
[src]

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

This method tests for !=.

impl Encodable for ClusterStatus
[src]

Serialize a value using an Encoder.

impl Decodable for ClusterStatus
[src]

Deserialize a value using a Decoder.