Enum finality_grandpa::Message [−][src]
pub enum Message<H, N> { Prevote(Prevote<H, N>), Precommit(Precommit<H, N>), PrimaryPropose(PrimaryPropose<H, N>), }
A protocol message or vote.
Variants
Prevote(Prevote<H, N>)
A prevote message.
Precommit(Precommit<H, N>)
A precommit message.
PrimaryPropose(PrimaryPropose<H, N>)
A primary proposal message.
Implementations
impl<H, N: Copy> Message<H, N>
[src]
impl<H, N: Copy> Message<H, N>
[src]Trait Implementations
impl<H, N> Decode for Message<H, N> where
Prevote<H, N>: Decode,
Prevote<H, N>: Decode,
Precommit<H, N>: Decode,
Precommit<H, N>: Decode,
PrimaryPropose<H, N>: Decode,
PrimaryPropose<H, N>: Decode,
[src]
impl<H, N> Decode for Message<H, N> where
Prevote<H, N>: Decode,
Prevote<H, N>: Decode,
Precommit<H, N>: Decode,
Precommit<H, N>: Decode,
PrimaryPropose<H, N>: Decode,
PrimaryPropose<H, N>: Decode,
[src]impl<H, N> Encode for Message<H, N> where
Prevote<H, N>: Encode,
Prevote<H, N>: Encode,
Precommit<H, N>: Encode,
Precommit<H, N>: Encode,
PrimaryPropose<H, N>: Encode,
PrimaryPropose<H, N>: Encode,
[src]
impl<H, N> Encode for Message<H, N> where
Prevote<H, N>: Encode,
Prevote<H, N>: Encode,
Precommit<H, N>: Encode,
Precommit<H, N>: Encode,
PrimaryPropose<H, N>: Encode,
PrimaryPropose<H, N>: 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<H, N> EncodeLike<Message<H, N>> for Message<H, N> where
Prevote<H, N>: Encode,
Prevote<H, N>: Encode,
Precommit<H, N>: Encode,
Precommit<H, N>: Encode,
PrimaryPropose<H, N>: Encode,
PrimaryPropose<H, N>: Encode,
[src]
Prevote<H, N>: Encode,
Prevote<H, N>: Encode,
Precommit<H, N>: Encode,
Precommit<H, N>: Encode,
PrimaryPropose<H, N>: Encode,
PrimaryPropose<H, N>: Encode,
impl<H: Eq, N: Eq> Eq for Message<H, N>
[src]
impl<H, N> StructuralEq for Message<H, N>
[src]
impl<H, N> StructuralPartialEq for Message<H, N>
[src]
Auto Trait Implementations
impl<H, N> RefUnwindSafe for Message<H, N> where
H: RefUnwindSafe,
N: RefUnwindSafe,
H: RefUnwindSafe,
N: RefUnwindSafe,
impl<H, N> Send for Message<H, N> where
H: Send,
N: Send,
H: Send,
N: Send,
impl<H, N> Sync for Message<H, N> where
H: Sync,
N: Sync,
H: Sync,
N: Sync,
impl<H, N> Unpin for Message<H, N> where
H: Unpin,
N: Unpin,
H: Unpin,
N: Unpin,
impl<H, N> UnwindSafe for Message<H, N> where
H: UnwindSafe,
N: UnwindSafe,
H: UnwindSafe,
N: 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>,