pub struct SoftforkBip9Response {
pub type_: String,
pub bip9: Bip9,
pub height: u64,
pub active: bool,
}Fields
type_: Stringbip9: Bip9height: u64active: boolTrait Implementations
sourceimpl Debug for SoftforkBip9Response
impl Debug for SoftforkBip9Response
sourceimpl<'de> Deserialize<'de> for SoftforkBip9Response
impl<'de> Deserialize<'de> for SoftforkBip9Response
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 SoftforkBip9Response
impl Serialize for SoftforkBip9Response
Auto Trait Implementations
impl RefUnwindSafe for SoftforkBip9Response
impl Send for SoftforkBip9Response
impl Sync for SoftforkBip9Response
impl Unpin for SoftforkBip9Response
impl UnwindSafe for SoftforkBip9Response
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