Struct bitcoind_request::command::get_blockchain_info::Bip9
source · [−]pub struct Bip9 {
pub status: String,
pub bit: u64,
pub start_time: u64,
pub timeout: u64,
pub since: u64,
pub statistics: Statistics,
}Fields
status: Stringbit: u64start_time: u64timeout: u64since: u64statistics: StatisticsTrait Implementations
sourceimpl<'de> Deserialize<'de> for Bip9
impl<'de> Deserialize<'de> for Bip9
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
Auto Trait Implementations
impl RefUnwindSafe for Bip9
impl Send for Bip9
impl Sync for Bip9
impl Unpin for Bip9
impl UnwindSafe for Bip9
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