Enum transaction_pool::Readiness [−][src]
pub enum Readiness {
Stale,
Ready,
Future,
}Transaction readiness.
Variants
StaleThe transaction is stale (and should/will be removed from the pool).
ReadyThe transaction is ready to be included in pending set.
FutureThe transaction is not yet ready.
Trait Implementations
impl Debug for Readiness[src]
impl Debug for Readinessfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Readiness[src]
impl Clone for Readinessfn clone(&self) -> Readiness[src]
fn clone(&self) -> ReadinessReturns 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 Readiness[src]
impl Copy for Readinessimpl PartialEq for Readiness[src]
impl PartialEq for Readinessfn eq(&self, other: &Readiness) -> bool[src]
fn eq(&self, other: &Readiness) -> 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 Readiness[src]
impl Eq for Readiness