Enum ethcore::client::BlockStatus
[−]
pub enum BlockStatus {
InChain,
Queued,
Bad,
Pending,
Unknown,
}General block status
Variants
InChainPart of the blockchain.
QueuedQueued for import.
BadKnown as bad.
PendingPending block.
UnknownUnknown.
Trait Implementations
impl Eq for BlockStatus
impl Eq for BlockStatusimpl PartialEq<BlockStatus> for BlockStatus
impl PartialEq<BlockStatus> for BlockStatusfn eq(&self, __arg_0: &BlockStatus) -> bool
fn eq(&self, __arg_0: &BlockStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for BlockStatus
impl Debug for BlockStatusfn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Into<BlockStatus> for Status[src]
impl Into<BlockStatus> for Statusfn into(self) -> BlockStatus[src]
fn into(self) -> BlockStatusPerforms the conversion.
Auto Trait Implementations
impl Send for BlockStatus
impl Send for BlockStatusimpl Sync for BlockStatus
impl Sync for BlockStatus