Enum ethcore::client::BlockStatus [−][src]
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[src]
impl Eq for BlockStatusimpl PartialEq<BlockStatus> for BlockStatus[src]
impl PartialEq<BlockStatus> for BlockStatusfn eq(&self, other: &BlockStatus) -> bool[src]
fn eq(&self, other: &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[src]
impl Debug for BlockStatusfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &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