Enum ethcore::miner::PendingOrdering
[−]
pub enum PendingOrdering { Priority, Unordered, }
Transaction ordering when requesting pending set.
Variants
Priority
Get pending transactions ordered by their priority (potentially expensive)
Unordered
Get pending transactions without any care of particular ordering (cheaper).
Trait Implementations
impl Copy for PendingOrdering
impl Copy for PendingOrdering
impl Clone for PendingOrdering
impl Clone for PendingOrdering
fn clone(&self) -> PendingOrdering
fn clone(&self) -> PendingOrdering
Returns 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 PendingOrdering
impl PartialEq<PendingOrdering> for PendingOrdering
impl PartialEq<PendingOrdering> for PendingOrdering
fn eq(&self, __arg_0: &PendingOrdering) -> bool
fn eq(&self, __arg_0: &PendingOrdering) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for PendingOrdering
impl Debug for PendingOrdering
Auto Trait Implementations
impl Send for PendingOrdering
impl Send for PendingOrdering
impl Sync for PendingOrdering
impl Sync for PendingOrdering