Struct bitcoincore_rpc_json::RejectStatus
source · pub struct RejectStatus {
pub status: bool,
}Expand description
Progress toward rejecting pre-softfork blocks
Fields§
§status: booltrue if threshold reached
Trait Implementations§
source§impl Clone for RejectStatus
impl Clone for RejectStatus
source§fn clone(&self) -> RejectStatus
fn clone(&self) -> RejectStatus
Returns a copy 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 RejectStatus
impl Debug for RejectStatus
source§impl<'de> Deserialize<'de> for RejectStatus
impl<'de> Deserialize<'de> for RejectStatus
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<RejectStatus> for RejectStatus
impl PartialEq<RejectStatus> for RejectStatus
source§fn eq(&self, other: &RejectStatus) -> bool
fn eq(&self, other: &RejectStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.