pub struct ValidatorConsensusInfo { /* private fields */ }
Expand description
Helper struct to manage validator information for validation
Implementations§
source§impl ValidatorConsensusInfo
impl ValidatorConsensusInfo
pub fn new(public_key: Ed25519PublicKey, voting_power: u64) -> Self
Trait Implementations§
source§impl Arbitrary for ValidatorConsensusInfo
impl Arbitrary for ValidatorConsensusInfo
§type Parameters = (<Ed25519PublicKey as Arbitrary>::Parameters, <u64 as Arbitrary>::Parameters)
type Parameters = (<Ed25519PublicKey as Arbitrary>::Parameters, <u64 as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.§type Strategy = Map<(<Ed25519PublicKey as Arbitrary>::Strategy, <u64 as Arbitrary>::Strategy), fn(_: (Ed25519PublicKey, u64)) -> ValidatorConsensusInfo>
type Strategy = Map<(<Ed25519PublicKey as Arbitrary>::Strategy, <u64 as Arbitrary>::Strategy), fn(_: (Ed25519PublicKey, u64)) -> ValidatorConsensusInfo>
The type of
Strategy
used to generate values of type Self
.source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
source§impl Clone for ValidatorConsensusInfo
impl Clone for ValidatorConsensusInfo
source§fn clone(&self) -> ValidatorConsensusInfo
fn clone(&self) -> ValidatorConsensusInfo
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 ValidatorConsensusInfo
impl Debug for ValidatorConsensusInfo
source§impl<'de> Deserialize<'de> for ValidatorConsensusInfo
impl<'de> Deserialize<'de> for ValidatorConsensusInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ValidatorConsensusInfo> for ValidatorConsensusInfo
impl PartialEq<ValidatorConsensusInfo> for ValidatorConsensusInfo
source§fn eq(&self, other: &ValidatorConsensusInfo) -> bool
fn eq(&self, other: &ValidatorConsensusInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ValidatorConsensusInfo
impl Serialize for ValidatorConsensusInfo
impl Eq for ValidatorConsensusInfo
impl StructuralEq for ValidatorConsensusInfo
impl StructuralPartialEq for ValidatorConsensusInfo
Auto Trait Implementations§
impl RefUnwindSafe for ValidatorConsensusInfo
impl Send for ValidatorConsensusInfo
impl Sync for ValidatorConsensusInfo
impl Unpin for ValidatorConsensusInfo
impl UnwindSafe for ValidatorConsensusInfo
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
source§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.