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 moresource§impl Debug for GoodCatchUp
impl Debug for GoodCatchUp
source§impl PartialEq<GoodCatchUp> for GoodCatchUp
impl PartialEq<GoodCatchUp> for GoodCatchUp
source§fn eq(&self, other: &GoodCatchUp) -> bool
fn eq(&self, other: &GoodCatchUp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.