Struct ethcore::client::BlockChainConfig
[−]
[src]
Blockchain configuration.
Fields
pref_cache_size: usize
Preferred cache size in bytes.
max_cache_size: usize
Maximum cache size in bytes.
Trait Implementations
impl Debug for Config
[src]
impl Debug for Config
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Config
[src]
impl PartialEq for Config
fn eq(&self, __arg_0: &Config) -> bool
[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
[src]
fn ne(&self, __arg_0: &Config) -> bool
This method tests for !=
.
impl Clone for Config
[src]
impl Clone for Config
fn clone(&self) -> Config
[src]
fn clone(&self) -> Config
Returns 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 Default for Config
[src]
impl Default for Config
Auto Trait Implementations
impl Send for BlockChainConfig
impl Send for BlockChainConfig
impl Sync for BlockChainConfig
impl Sync for BlockChainConfig