Enum ethcore::miner::PendingOrdering
[−]
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
impl Copy for PendingOrderingimpl Clone for PendingOrdering
impl Clone for PendingOrderingfn clone(&self) -> PendingOrdering
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 Eq for PendingOrdering
impl Eq for PendingOrderingimpl PartialEq<PendingOrdering> for PendingOrdering
impl PartialEq<PendingOrdering> for PendingOrderingfn eq(&self, __arg_0: &PendingOrdering) -> bool
fn eq(&self, __arg_0: &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 Debug for PendingOrdering
impl Debug for PendingOrderingAuto Trait Implementations
impl Send for PendingOrdering
impl Send for PendingOrderingimpl Sync for PendingOrdering
impl Sync for PendingOrdering