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
sourceimpl Clone for RejectStatus
impl Clone for RejectStatus
sourcefn clone(&self) -> RejectStatus
fn clone(&self) -> RejectStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RejectStatus
impl Debug for RejectStatus
sourceimpl<'de> Deserialize<'de> for RejectStatus
impl<'de> Deserialize<'de> for RejectStatus
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 PartialEq<RejectStatus> for RejectStatus
impl PartialEq<RejectStatus> for RejectStatus
sourcefn 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 ==
. Read more
sourceimpl Serialize for RejectStatus
impl Serialize for RejectStatus
impl Eq for RejectStatus
impl StructuralEq for RejectStatus
impl StructuralPartialEq for RejectStatus
Auto Trait Implementations
impl RefUnwindSafe for RejectStatus
impl Send for RejectStatus
impl Sync for RejectStatus
impl Unpin for RejectStatus
impl UnwindSafe for RejectStatus
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