Struct ethcore_miner::pool::Options [−][src]
Transaction Pool options.
Fields
max_count: usize
Maximal number of transactions in the pool.
max_per_sender: usize
Maximal number of transactions from single sender.
max_mem_usage: usize
Maximal memory usage.
Trait Implementations
impl Default for Options[src]
impl Default for Optionsimpl PartialEq<Options> for Options[src]
impl PartialEq<Options> for Optionsfn eq(&self, other: &Options) -> bool[src]
fn eq(&self, other: &Options) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Options) -> bool[src]
fn ne(&self, other: &Options) -> boolThis method tests for !=.
impl Clone for Options[src]
impl Clone for Optionsfn clone(&self) -> Options[src]
fn clone(&self) -> OptionsReturns 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 Options[src]
impl Debug for Options