Struct transaction_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 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 Optionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Options[src]
impl PartialEq 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 Default for Options[src]
impl Default for Options