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