Struct finality_grandpa::voter::GoodCatchUp
source · pub struct GoodCatchUp { /* private fields */ }
Expand description
The result of processing for a good catch up.
Trait Implementations§
source§impl Clone for GoodCatchUp
impl Clone for GoodCatchUp
source§fn clone(&self) -> GoodCatchUp
fn clone(&self) -> GoodCatchUp
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