Enum finality_grandpa::voter::CommunicationIn [−][src]
Communication between nodes that is not round-localized.
Variants
Commit(u64, CompactCommit<H, N, S, Id>, Callback<CommitProcessingOutcome>)
A commit message.
CatchUp(CatchUp<H, N, S, Id>, Callback<CatchUpProcessingOutcome>)
A catch up message.
Trait Implementations
impl<H, N, S, Id> Unpin for CommunicationIn<H, N, S, Id>
[src]
Auto Trait Implementations
impl<H, N, S, Id> !RefUnwindSafe for CommunicationIn<H, N, S, Id>
impl<H, N, S, Id> Send for CommunicationIn<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 CommunicationIn<H, N, S, Id>
impl<H, N, S, Id> !UnwindSafe for CommunicationIn<H, N, S, Id>
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, 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>,