Struct ethcore_rpc::v1::types::ReleaseInfo
[−]
[src]
pub struct ReleaseInfo { pub version: VersionInfo, pub is_critical: bool, pub fork: u64, pub binary: Option<H256>, }
Information regarding a particular release of Parity
Fields
version: VersionInfo
Information on the version.
is_critical: bool
Does this release contain critical security updates?
fork: u64
The latest fork that this release can handle.
binary: Option<H256>
Our platform's binary, if known.
Trait Implementations
impl PartialEq for ReleaseInfo
[src]
fn eq(&self, __arg_0: &ReleaseInfo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ReleaseInfo) -> bool
This method tests for !=
.