Struct ethcore_light::client::Config
[−]
[src]
pub struct Config { pub queue: Config, }
Configuration for the light client.
Fields
queue: Config
Verification queue config.
Trait Implementations
impl Debug for Config
[src]
impl Default for Config
[src]
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