Struct bitcoincore_rpc_json::RejectStatus
source · pub struct RejectStatus {
pub status: bool,
}
Expand description
Progress toward rejecting pre-softfork blocks
Fields§
§status: bool
true
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 for RejectStatus
impl PartialEq 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 ==
.source§impl Serialize for RejectStatus
impl Serialize for RejectStatus
impl Eq for RejectStatus
impl StructuralPartialEq for RejectStatus
Auto Trait Implementations§
impl Freeze for RejectStatus
impl RefUnwindSafe for RejectStatus
impl Send for RejectStatus
impl Sync for RejectStatus
impl Unpin for RejectStatus
impl UnwindSafe for RejectStatus
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