Struct bitcoind_request::command::get_blockchain_info::Statistics
source · [−]pub struct Statistics {
pub period: u64,
pub threshold: u64,
pub elapsed: u64,
pub count: u64,
pub possible: bool,
}Fields
period: u64threshold: u64elapsed: u64count: u64possible: boolTrait Implementations
sourceimpl Debug for Statistics
impl Debug for Statistics
sourceimpl<'de> Deserialize<'de> for Statistics
impl<'de> Deserialize<'de> for Statistics
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for Statistics
impl Serialize for Statistics
Auto Trait Implementations
impl RefUnwindSafe for Statistics
impl Send for Statistics
impl Sync for Statistics
impl Unpin for Statistics
impl UnwindSafe for Statistics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more