Struct finality_grandpa::Equivocation [−][src]
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]
fn clone(&self) -> Equivocation<Id, V, S>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<Id: Debug, V: Debug, S: Debug> Debug for Equivocation<Id, V, S>
[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]
Id: Decode,
Id: Decode,
V: Decode,
S: Decode,
(V, S): Decode,
V: Decode,
S: Decode,
(V, S): Decode,
fn decode<__CodecInputEdqy: Input>(
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>
[src]
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>
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]
Id: Encode,
Id: Encode,
V: Encode,
S: Encode,
(V, S): Encode,
V: Encode,
S: Encode,
(V, S): Encode,
fn encode_to<__CodecOutputEdqy: Output>(
&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,
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: 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> 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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<S> Codec for S where
S: Encode + Decode,
[src]
S: Encode + Decode,
impl<T> DecodeAll for T where
T: Decode,
[src]
T: Decode,
impl<T> DecodeLimit for T where
T: Decode,
[src]
T: Decode,
pub fn decode_all_with_depth_limit(limit: u32, input: &[u8]) -> Result<T, Error>
[src]
pub fn decode_with_depth_limit(limit: u32, input: &[u8]) -> Result<T, Error>
[src]
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: Encode + ToOwned,
[src]
T: Encode + ToOwned,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode,
[src]
T: Encode,
impl<T> From<T> for T
[src]
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>,
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> KeyedVec for T where
T: Codec,
[src]
T: Codec,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,