Enum finality_grandpa::voter::CommunicationOut [−][src]
Communication between nodes that is not round-localized.
Variants
A commit message.
Trait Implementations
impl<H: Clone, N: Clone, S: Clone, Id: Clone> Clone for CommunicationOut<H, N, S, Id>
[src]
impl<H: Clone, N: Clone, S: Clone, Id: Clone> Clone for CommunicationOut<H, N, S, Id>
[src]fn clone(&self) -> CommunicationOut<H, N, S, Id>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<H: PartialEq, N: PartialEq, S: PartialEq, Id: PartialEq> PartialEq<CommunicationOut<H, N, S, Id>> for CommunicationOut<H, N, S, Id>
[src]
impl<H: PartialEq, N: PartialEq, S: PartialEq, Id: PartialEq> PartialEq<CommunicationOut<H, N, S, Id>> for CommunicationOut<H, N, S, Id>
[src]fn eq(&self, other: &CommunicationOut<H, N, S, Id>) -> bool
[src]
fn ne(&self, other: &CommunicationOut<H, N, S, Id>) -> bool
[src]
impl<H: Eq, N: Eq, S: Eq, Id: Eq> Eq for CommunicationOut<H, N, S, Id>
[src]
impl<H, N, S, Id> StructuralEq for CommunicationOut<H, N, S, Id>
[src]
impl<H, N, S, Id> StructuralPartialEq for CommunicationOut<H, N, S, Id>
[src]
Auto Trait Implementations
impl<H, N, S, Id> RefUnwindSafe for CommunicationOut<H, N, S, Id> where
H: RefUnwindSafe,
Id: RefUnwindSafe,
N: RefUnwindSafe,
S: RefUnwindSafe,
H: RefUnwindSafe,
Id: RefUnwindSafe,
N: RefUnwindSafe,
S: RefUnwindSafe,
impl<H, N, S, Id> Send for CommunicationOut<H, N, S, Id> where
H: Send,
Id: Send,
N: Send,
S: Send,
H: Send,
Id: Send,
N: Send,
S: Send,
impl<H, N, S, Id> Sync for CommunicationOut<H, N, S, Id> where
H: Sync,
Id: Sync,
N: Sync,
S: Sync,
H: Sync,
Id: Sync,
N: Sync,
S: Sync,
impl<H, N, S, Id> Unpin for CommunicationOut<H, N, S, Id> where
H: Unpin,
Id: Unpin,
N: Unpin,
S: Unpin,
H: Unpin,
Id: Unpin,
N: Unpin,
S: Unpin,
impl<H, N, S, Id> UnwindSafe for CommunicationOut<H, N, S, Id> where
H: UnwindSafe,
Id: UnwindSafe,
N: UnwindSafe,
S: UnwindSafe,
H: UnwindSafe,
Id: UnwindSafe,
N: UnwindSafe,
S: UnwindSafe,