Struct transaction_pool::LightStatus [−][src]
Light pool status. This status is cheap to compute and can be called frequently.
Fields
mem_usage: usize
Memory usage in bytes.
transaction_count: usize
Total number of transactions in the pool.
senders: usize
Number of unique senders in the pool.
Trait Implementations
impl Default for LightStatus[src]
impl Default for LightStatusfn default() -> LightStatus[src]
fn default() -> LightStatusReturns the "default value" for a type. Read more
impl Debug for LightStatus[src]
impl Debug for LightStatusfn 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 LightStatus[src]
impl Clone for LightStatusfn clone(&self) -> LightStatus[src]
fn clone(&self) -> LightStatusReturns 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 PartialEq for LightStatus[src]
impl PartialEq for LightStatusfn eq(&self, other: &LightStatus) -> bool[src]
fn eq(&self, other: &LightStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LightStatus) -> bool[src]
fn ne(&self, other: &LightStatus) -> boolThis method tests for !=.
impl Eq for LightStatus[src]
impl Eq for LightStatusAuto Trait Implementations
impl Send for LightStatus
impl Send for LightStatusimpl Sync for LightStatus
impl Sync for LightStatus