Struct fuel_core_interfaces::model::ConsensusVote
source · pub struct ConsensusVote { /* private fields */ }
Expand description
A vote from a validator.
This is a dummy placeholder for the Vote Struct in fuel-bft
Trait Implementations§
source§impl Clone for ConsensusVote
impl Clone for ConsensusVote
source§fn clone(&self) -> ConsensusVote
fn clone(&self) -> ConsensusVote
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 ConsensusVote
impl Debug for ConsensusVote
source§impl Default for ConsensusVote
impl Default for ConsensusVote
source§fn default() -> ConsensusVote
fn default() -> ConsensusVote
Returns the “default value” for a type. Read more
source§impl Hash for ConsensusVote
impl Hash for ConsensusVote
source§impl PartialEq<ConsensusVote> for ConsensusVote
impl PartialEq<ConsensusVote> for ConsensusVote
source§fn eq(&self, other: &ConsensusVote) -> bool
fn eq(&self, other: &ConsensusVote) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.