Struct etcd::VersionInfo [] [src]

pub struct VersionInfo {
    pub cluster_version: String,
    pub server_version: String,
}

Information about the versions of etcd running in a cluster.

This value is returned by Client::versions.

Fields

The version of the entire etcd cluster.

The version of the etcd server that returned this VersionInfo.

Trait Implementations

impl Clone for VersionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VersionInfo
[src]

Formats the value using the given formatter.

impl Eq for VersionInfo
[src]

impl Hash for VersionInfo
[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 VersionInfo
[src]

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

This method tests for !=.