Struct etcd::stats::LeaderStats [] [src]

pub struct LeaderStats {
    pub leader: String,
    pub followers: HashMap<String, FollowerStats>,
}

Statistics about an etcd cluster leader.

Fields

A unique identifier of a leader member.

Statistics for each peer in the cluster keyed by each peer's unique identifier.

Trait Implementations

impl Clone for LeaderStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LeaderStats
[src]

Formats the value using the given formatter.