pub struct GetBlockResultStatus {
pub validity: String,
pub data: bool,
pub undo: bool,
pub failed: bool,
pub parent_failed: bool,
pub disk_meta: bool,
pub soft_reject: bool,
pub double_spend: bool,
pub soft_consensus_frozen: bool,
}Fields§
§validity: String§data: bool§undo: bool§failed: bool§parent_failed: bool§disk_meta: bool§soft_reject: bool§double_spend: bool§soft_consensus_frozen: boolTrait Implementations§
Source§impl Clone for GetBlockResultStatus
impl Clone for GetBlockResultStatus
Source§fn clone(&self) -> GetBlockResultStatus
fn clone(&self) -> GetBlockResultStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetBlockResultStatus
impl Debug for GetBlockResultStatus
Source§impl<'de> Deserialize<'de> for GetBlockResultStatus
impl<'de> Deserialize<'de> for GetBlockResultStatus
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
Source§impl PartialEq for GetBlockResultStatus
impl PartialEq for GetBlockResultStatus
Source§impl Serialize for GetBlockResultStatus
impl Serialize for GetBlockResultStatus
impl StructuralPartialEq for GetBlockResultStatus
Auto Trait Implementations§
impl Freeze for GetBlockResultStatus
impl RefUnwindSafe for GetBlockResultStatus
impl Send for GetBlockResultStatus
impl Sync for GetBlockResultStatus
impl Unpin for GetBlockResultStatus
impl UnwindSafe for GetBlockResultStatus
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