Struct bitcoincore_rpc_json::Bip9SoftforkStatistics [−][src]
pub struct Bip9SoftforkStatistics { pub period: u32, pub threshold: u32, pub elapsed: u32, pub count: u32, pub possible: bool, }
Fields
period: u32
threshold: u32
elapsed: u32
count: u32
possible: bool
Trait Implementations
impl Clone for Bip9SoftforkStatistics
[src]
impl Clone for Bip9SoftforkStatistics
[src]fn clone(&self) -> Bip9SoftforkStatistics
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for Bip9SoftforkStatistics
[src]
impl<'de> Deserialize<'de> for Bip9SoftforkStatistics
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<Bip9SoftforkStatistics> for Bip9SoftforkStatistics
[src]
impl PartialEq<Bip9SoftforkStatistics> for Bip9SoftforkStatistics
[src]fn eq(&self, other: &Bip9SoftforkStatistics) -> bool
[src]
fn ne(&self, other: &Bip9SoftforkStatistics) -> bool
[src]
impl Serialize for Bip9SoftforkStatistics
[src]
impl Serialize for Bip9SoftforkStatistics
[src]