Enum ethcore_miner::pool::PendingOrdering[][src]

pub enum PendingOrdering {
    Priority,
    Unordered,
}

Transaction ordering when requesting pending set.

Variants

Get pending transactions ordered by their priority (potentially expensive)

Get pending transactions without any care of particular ordering (cheaper).

Trait Implementations

impl Debug for PendingOrdering
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PendingOrdering
[src]

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

This method tests for !=.

impl Eq for PendingOrdering
[src]

impl Clone for PendingOrdering
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PendingOrdering
[src]

Auto Trait Implementations

impl Send for PendingOrdering

impl Sync for PendingOrdering