[][src]Struct amadeus_core::par_sink::AsyncTuple1

pub struct AsyncTuple1<Input, C0> { /* fields omitted */ }

Trait Implementations

impl<Input, C0> PinnedDrop for AsyncTuple1<Input, C0>[src]

impl<Input, C0: Pipe<Input>> Pipe<Input> for AsyncTuple1<Input, C0> where
    Input: , 
[src]

type Output = Sum1<C0::Output>

impl<'pin, Input, C0> Unpin for AsyncTuple1<Input, C0> where
    __AsyncTuple1<'pin, Input, C0>: Unpin
[src]

impl<Input, C0> UnsafeUnpin for AsyncTuple1<Input, C0>[src]

Auto Trait Implementations

impl<Input, C0> RefUnwindSafe for AsyncTuple1<Input, C0> where
    C0: RefUnwindSafe,
    Input: RefUnwindSafe

impl<Input, C0> Send for AsyncTuple1<Input, C0> where
    C0: Send,
    Input: Send

impl<Input, C0> Sync for AsyncTuple1<Input, C0> where
    C0: Sync,
    Input: Sync

impl<Input, C0> UnwindSafe for AsyncTuple1<Input, C0> where
    C0: UnwindSafe,
    Input: UnwindSafe

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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<V, T> VZip<V> for T where
    V: MultiLane<T>,