Struct etcd::Health [] [src]

pub struct Health {
    pub health: String,
}

A value returned by the health check API endpoint to indicate a healthy cluster member.

Fields

The health status of the cluster member.

Trait Implementations

impl Clone for Health
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Health
[src]

Formats the value using the given formatter.

impl Eq for Health
[src]

impl Hash for Health
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Health
[src]

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

This method tests for !=.