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