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]
fn clone(&self) -> CommunicationOut<H, N, S, Id>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<H: Debug, N: Debug, S: Debug, Id: Debug> Debug for CommunicationOut<H, N, S, Id>
[src]
impl<H: Eq, N: Eq, S: Eq, Id: Eq> Eq 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, 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,
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<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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>,