Enum ethcore_miner::pool::PendingOrdering  [−][src]
pub enum PendingOrdering {
    Priority,
    Unordered,
}Transaction ordering when requesting pending set.
Variants
PriorityGet pending transactions ordered by their priority (potentially expensive)
UnorderedGet pending transactions without any care of particular ordering (cheaper).
Trait Implementations
impl Debug for PendingOrdering[src] 
impl Debug for PendingOrderingfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PendingOrdering[src] 
impl PartialEq for PendingOrderingfn eq(&self, other: &PendingOrdering) -> bool[src] 
fn eq(&self, other: &PendingOrdering) -> 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 Eq for PendingOrdering[src] 
impl Eq for PendingOrderingimpl Clone for PendingOrdering[src] 
impl Clone for PendingOrderingfn clone(&self) -> PendingOrdering[src] 
fn clone(&self) -> PendingOrderingReturns 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 Copy for PendingOrdering[src] 
impl Copy for PendingOrderingAuto Trait Implementations
impl Send for PendingOrdering
impl Send for PendingOrderingimpl Sync for PendingOrdering
impl Sync for PendingOrdering