Struct ethcore_miner::pool::QueueStatus [−][src]
pub struct QueueStatus {
pub options: Options,
pub status: LightStatus,
pub limits: Options,
}Transaction queue status.
Fields
options: Options
Verifier options.
status: LightStatus
Current status of the transaction pool.
limits: Options
Current limits of the transaction pool.
Trait Implementations
impl Debug for Status[src]
impl Debug for Statusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Status[src]
impl Clone for Statusfn clone(&self) -> Status[src]
fn clone(&self) -> StatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Status[src]
impl PartialEq for Statusfn eq(&self, other: &Status) -> bool[src]
fn eq(&self, other: &Status) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Status) -> bool[src]
fn ne(&self, other: &Status) -> boolThis method tests for !=.
impl Display for Status[src]
impl Display for StatusAuto Trait Implementations
impl Send for QueueStatus
impl Send for QueueStatusimpl Sync for QueueStatus
impl Sync for QueueStatus