Struct ethcore::client::Config
[−]
[src]
pub struct Config { pub pref_cache_size: usize, pub max_cache_size: usize, pub db_cache_size: Option<usize>, }
Blockchain configuration.
Fields
pref_cache_size: usize
Preferred cache size in bytes.
max_cache_size: usize
Maximum cache size in bytes.
db_cache_size: Option<usize>
Backing db cache_size
Trait Implementations
impl Debug for Config
[src]
impl PartialEq for Config
[src]
fn eq(&self, __arg_0: &Config) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Config) -> bool
This method tests for !=
.
impl Clone for Config
[src]
fn clone(&self) -> Config
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more