Struct finality_grandpa::Equivocation [−][src]
pub struct Equivocation<Id, V, S> { pub round_number: u64, pub identity: Id, pub first: (V, S), pub second: (V, S), }
An equivocation (double-vote) in a given round.
Fields
round_number: u64
The round number equivocated in.
identity: Id
The identity of the equivocator.
first: (V, S)
The first vote in the equivocation.
second: (V, S)
The second vote in the equivocation.
Trait Implementations
impl<Id: Clone, V: Clone, S: Clone> Clone for Equivocation<Id, V, S>
[src]
impl<Id: Clone, V: Clone, S: Clone> Clone for Equivocation<Id, V, S>
[src]fn clone(&self) -> Equivocation<Id, V, S>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<Id, V, S> Decode for Equivocation<Id, V, S> where
Id: Decode,
Id: Decode,
V: Decode,
S: Decode,
(V, S): Decode,
V: Decode,
S: Decode,
(V, S): Decode,
[src]
impl<Id, V, S> Decode for Equivocation<Id, V, S> where
Id: Decode,
Id: Decode,
V: Decode,
S: Decode,
(V, S): Decode,
V: Decode,
S: Decode,
(V, S): Decode,
[src]impl<Id, V, S> Encode for Equivocation<Id, V, S> where
Id: Encode,
Id: Encode,
V: Encode,
S: Encode,
(V, S): Encode,
V: Encode,
S: Encode,
(V, S): Encode,
[src]
impl<Id, V, S> Encode for Equivocation<Id, V, S> where
Id: Encode,
Id: Encode,
V: Encode,
S: Encode,
(V, S): Encode,
V: Encode,
S: Encode,
(V, S): Encode,
[src]fn encode_to<__CodecOutputEdqy: Output + ?Sized>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
[src]
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
pub fn size_hint(&self) -> usize
[src]
pub fn encode(&self) -> Vec<u8, Global>
[src]
pub fn using_encoded<R, F>(&self, f: F) -> R where
F: FnOnce(&[u8]) -> R,
[src]
F: FnOnce(&[u8]) -> R,
pub fn encoded_size(&self) -> usize
[src]
impl<Id: PartialEq, V: PartialEq, S: PartialEq> PartialEq<Equivocation<Id, V, S>> for Equivocation<Id, V, S>
[src]
impl<Id: PartialEq, V: PartialEq, S: PartialEq> PartialEq<Equivocation<Id, V, S>> for Equivocation<Id, V, S>
[src]fn eq(&self, other: &Equivocation<Id, V, S>) -> bool
[src]
fn ne(&self, other: &Equivocation<Id, V, S>) -> bool
[src]
impl<Id, V, S> EncodeLike<Equivocation<Id, V, S>> for Equivocation<Id, V, S> where
Id: Encode,
Id: Encode,
V: Encode,
S: Encode,
(V, S): Encode,
V: Encode,
S: Encode,
(V, S): Encode,
[src]
Id: Encode,
Id: Encode,
V: Encode,
S: Encode,
(V, S): Encode,
V: Encode,
S: Encode,
(V, S): Encode,
impl<Id, V, S> StructuralPartialEq for Equivocation<Id, V, S>
[src]
Auto Trait Implementations
impl<Id, V, S> RefUnwindSafe for Equivocation<Id, V, S> where
Id: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
Id: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<Id, V, S> Send for Equivocation<Id, V, S> where
Id: Send,
S: Send,
V: Send,
Id: Send,
S: Send,
V: Send,
impl<Id, V, S> Sync for Equivocation<Id, V, S> where
Id: Sync,
S: Sync,
V: Sync,
Id: Sync,
S: Sync,
V: Sync,
impl<Id, V, S> Unpin for Equivocation<Id, V, S> where
Id: Unpin,
S: Unpin,
V: Unpin,
Id: Unpin,
S: Unpin,
V: Unpin,
impl<Id, V, S> UnwindSafe for Equivocation<Id, V, S> where
Id: UnwindSafe,
S: UnwindSafe,
V: UnwindSafe,
Id: UnwindSafe,
S: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> DecodeLimit for T where
T: Decode,
[src]
impl<T> DecodeLimit for T where
T: Decode,
[src]impl<S> Codec for S where
S: Decode + Encode,
[src]
S: Decode + Encode,
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode,
[src]
T: Encode,
impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Arc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<T> EncodeLike<Box<T, Global>> for T where
T: Encode,
[src]
T: Encode,
impl<'a, T> EncodeLike<Cow<'a, T>> for T where
T: ToOwned + Encode,
[src]
T: ToOwned + Encode,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<S> FullCodec for S where
S: Decode + FullEncode,
[src]
S: Decode + FullEncode,
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>,
[src]
S: Encode + EncodeLike<S>,