Enum finality_grandpa::voter::CommunicationOut
source · Expand description
Communication between nodes that is not round-localized.
Variants§
Trait Implementations§
source§impl<H: Clone, N: Clone, S: Clone, Id: Clone> Clone for CommunicationOut<H, N, S, Id>
impl<H: Clone, N: Clone, S: Clone, Id: Clone> Clone for CommunicationOut<H, N, S, Id>
source§fn clone(&self) -> CommunicationOut<H, N, S, Id>
fn clone(&self) -> CommunicationOut<H, N, S, Id>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more