pub struct Bip9 {
pub status: String,
pub bit: u64,
pub start_time: u64,
pub timeout: u64,
pub since: u64,
pub statistics: Statistics,
}
Fields§
§status: String
§bit: u64
§start_time: u64
§timeout: u64
§since: u64
§statistics: Statistics
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Bip9
impl<'de> Deserialize<'de> for Bip9
Source§fn 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 Freeze for Bip9
impl RefUnwindSafe for Bip9
impl Send for Bip9
impl Sync for Bip9
impl Unpin for Bip9
impl UnwindSafe for Bip9
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more