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