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