Enum finality_grandpa::Message
source · Expand description
A protocol message or vote.
Variants
Prevote(Prevote<H, N>)
A prevote message.
Precommit(Precommit<H, N>)
A precommit message.
Implementations
Trait Implementations
sourceimpl<H: PartialEq, N: PartialEq> PartialEq<Message<H, N>> for Message<H, N>
impl<H: PartialEq, N: PartialEq> PartialEq<Message<H, N>> for Message<H, N>
impl<H: Eq, N: Eq> Eq for Message<H, N>
impl<H, N> StructuralEq for Message<H, N>
impl<H, N> StructuralPartialEq for Message<H, N>
Auto Trait Implementations
impl<H, N> RefUnwindSafe for Message<H, N>where
H: RefUnwindSafe,
N: RefUnwindSafe,
impl<H, N> Send for Message<H, N>where
H: Send,
N: Send,
impl<H, N> Sync for Message<H, N>where
H: Sync,
N: Sync,
impl<H, N> Unpin for Message<H, N>where
H: Unpin,
N: Unpin,
impl<H, N> UnwindSafe for Message<H, N>where
H: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more