Struct tc_finality_grandpa::LinkHalf[][src]

pub struct LinkHalf<Block: BlockT, C, SC> { /* fields omitted */ }

Link between the block importer and the background voter.

Implementations

impl<Block: BlockT, C, SC> LinkHalf<Block, C, SC>[src]

pub fn shared_authority_set(
    &self
) -> &SharedAuthoritySet<Block::Hash, NumberFor<Block>>
[src]

Get the shared authority set.

pub fn justification_stream(&self) -> GrandpaJustificationStream<Block>[src]

Get the receiving end of justification notifications.

Auto Trait Implementations

impl<Block, C, SC> !RefUnwindSafe for LinkHalf<Block, C, SC>

impl<Block, C, SC> Send for LinkHalf<Block, C, SC> where
    C: Send + Sync,
    SC: Send

impl<Block, C, SC> Sync for LinkHalf<Block, C, SC> where
    C: Send + Sync,
    SC: Sync

impl<Block, C, SC> Unpin for LinkHalf<Block, C, SC> where
    SC: Unpin

impl<Block, C, SC> !UnwindSafe for LinkHalf<Block, C, SC>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CheckedConversion for T[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, Outer> IsWrappedBy<Outer> for T where
    T: From<Outer>,
    Outer: AsRef<T> + AsMut<T> + From<T>, 
[src]

pub fn from_ref(outer: &Outer) -> &T[src]

Get a reference to the inner from the outer.

pub fn from_mut(outer: &mut Outer) -> &mut T[src]

Get a mutable reference to the inner from the outer.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatedConversion for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<S, T> UncheckedInto<T> for S where
    T: UncheckedFrom<S>, 
[src]

impl<T, S> UniqueSaturatedInto<T> for S where
    T: Bounded,
    S: TryInto<T>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,