Struct ethcore_miner::pool::QueueStatus[][src]

pub struct QueueStatus {
    pub options: Options,
    pub status: LightStatus,
    pub limits: Options,
}

Transaction queue status.

Fields

Verifier options.

Current status of the transaction pool.

Current limits of the transaction pool.

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter. Read more

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Status
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Status
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for QueueStatus

impl Sync for QueueStatus