Struct etcd::stats::CountStats [] [src]

pub struct CountStats {
    pub fail: u64,
    pub success: u64,
}

Statistics about the number of successful and failed Raft RPC requests to an etcd node.

Fields

The number of times an RPC request to the node failed.

The number of times an RPC request to the node succeeded.

Trait Implementations

impl Clone for CountStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CountStats
[src]

Formats the value using the given formatter.