Struct ckb_sync::ActiveChain
source · pub struct ActiveChain { /* private fields */ }Expand description
ActiveChain captures a point-in-time view of indexed chain of blocks.
Trait Implementations§
source§impl Clone for ActiveChain
impl Clone for ActiveChain
source§fn clone(&self) -> ActiveChain
fn clone(&self) -> ActiveChain
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more