Struct bitcoincore_rpc_json::Bip9SoftforkInfo [−][src]
pub struct Bip9SoftforkInfo {
    pub status: Bip9SoftforkStatus,
    pub bit: Option<u8>,
    pub start_time: i64,
    pub timeout: u64,
    pub since: u32,
    pub statistics: Option<Bip9SoftforkStatistics>,
}Fields
status: Bip9SoftforkStatusbit: Option<u8>start_time: i64timeout: u64since: u32statistics: Option<Bip9SoftforkStatistics>Trait Implementations
impl Clone for Bip9SoftforkInfo[src]
impl Clone for Bip9SoftforkInfo[src]fn clone(&self) -> Bip9SoftforkInfo[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for Bip9SoftforkInfo[src]
impl<'de> Deserialize<'de> for Bip9SoftforkInfo[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<Bip9SoftforkInfo> for Bip9SoftforkInfo[src]
impl PartialEq<Bip9SoftforkInfo> for Bip9SoftforkInfo[src]fn eq(&self, other: &Bip9SoftforkInfo) -> bool[src]
fn ne(&self, other: &Bip9SoftforkInfo) -> bool[src]
impl Serialize for Bip9SoftforkInfo[src]
impl Serialize for Bip9SoftforkInfo[src]