Struct ferrite_session::internal::protocol::public::SharedToLinear[][src]

pub struct SharedToLinear<F> { /* fields omitted */ }

Trait Implementations

impl<F> ForwardChannel for SharedToLinear<F> where
    F: Send + 'static, 
[src]

impl<F> Protocol for SharedToLinear<F> where
    F: Protocol
[src]

Auto Trait Implementations

impl<F> !RefUnwindSafe for SharedToLinear<F>

impl<F> Send for SharedToLinear<F> where
    F: Send

impl<F> Sync for SharedToLinear<F> where
    F: Sync

impl<F> Unpin for SharedToLinear<F> where
    F: Unpin

impl<F> !UnwindSafe for SharedToLinear<F>

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<A> ForwardChannel for A where
    A: ForwardChannel
[src]

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

impl<F, A, X> HasRecApp<F, A> for X where
    X: HasRecApp<F, A>, 
[src]

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

impl<A> Protocol for A where
    A: Protocol
[src]

impl<C> Slot for C where
    C: Slot
[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<V, T> VZip<V> for T where
    V: MultiLane<T>,