Enum ethcore::miner::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 Copy for PendingOrdering[src] 
impl Copy for PendingOrderingimpl Eq for PendingOrdering[src] 
impl Eq for PendingOrderingimpl PartialEq<PendingOrdering> for PendingOrdering[src] 
impl PartialEq<PendingOrdering> 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 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 Debug for PendingOrdering[src] 
impl Debug for PendingOrderingAuto Trait Implementations
impl Send for PendingOrdering
impl Send for PendingOrderingimpl Sync for PendingOrdering
impl Sync for PendingOrdering