Struct rings_core::dht::Stabilization
source · pub struct Stabilization { /* private fields */ }Expand description
A combination contains chord and swarm, use to run stabilize.
- swarm: transports communicate with each others.
- chord: fix local fingers table.
Implementations§
Trait Implementations§
source§impl Clone for Stabilization
impl Clone for Stabilization
source§fn clone(&self) -> Stabilization
fn clone(&self) -> Stabilization
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