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
track: ReleaseTrack
The track on which it was released.
version: Version
The version.
hash: H160
The (SHA1?) 160-bit hash of this build's code base.
Trait Implementations
impl PartialEq for VersionInfo
[src]
fn eq(&self, __arg_0: &VersionInfo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VersionInfo) -> bool
This method tests for !=
.