Struct ethcore_rpc::v1::types::VersionInfo [] [src]

pub struct VersionInfo {
    pub track: ReleaseTrack,
    pub version: Version,
    pub hash: H160,
}

Version information of a particular release.

Fields

The track on which it was released.

The version.

The (SHA1?) 160-bit hash of this build's code base.

Trait Implementations

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 !=.

impl Debug for VersionInfo
[src]

Formats the value using the given formatter.