Struct core_rpc_json::RejectStatus [−][src]
pub struct RejectStatus {
pub status: bool,
}Expand description
Progress toward rejecting pre-softfork blocks
Fields
status: booltrue if threshold reached
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more