Struct ethcore::client::PruningInfo
[−]
Client pruning info. See module-level docs for more details.
Fields
earliest_chain: u64
The first block which everything can be served after.
earliest_state: u64
The first block where state requests may be served.
Trait Implementations
impl Clone for PruningInfo
impl Clone for PruningInfo
fn clone(&self) -> PruningInfo
fn clone(&self) -> PruningInfo
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 Debug for PruningInfo
impl Debug for PruningInfo
Auto Trait Implementations
impl Send for PruningInfo
impl Send for PruningInfo
impl Sync for PruningInfo
impl Sync for PruningInfo