Struct ethcore::client::PruningInfo  [−][src]
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[src] 
impl Clone for PruningInfofn clone(&self) -> PruningInfo[src] 
fn clone(&self) -> PruningInfoReturns 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[src] 
impl Debug for PruningInfoAuto Trait Implementations
impl Send for PruningInfo
impl Send for PruningInfoimpl Sync for PruningInfo
impl Sync for PruningInfo