[][src]Enum async_proto::impls::Tuple11ReadError

pub enum Tuple11ReadError<A: Protocol, B: Protocol, C: Protocol, D: Protocol, E: Protocol, F: Protocol, G: Protocol, H: Protocol, I: Protocol, J: Protocol, K: Protocol> {
    A(A::ReadError),
    B(B::ReadError),
    C(C::ReadError),
    D(D::ReadError),
    E(E::ReadError),
    F(F::ReadError),
    G(G::ReadError),
    H(H::ReadError),
    I(I::ReadError),
    J(J::ReadError),
    K(K::ReadError),
}

Variants

A(A::ReadError)
B(B::ReadError)
C(C::ReadError)
D(D::ReadError)
E(E::ReadError)
F(F::ReadError)
G(G::ReadError)
H(H::ReadError)
I(I::ReadError)
J(J::ReadError)
K(K::ReadError)

Trait Implementations

impl<A: Debug + Protocol, B: Debug + Protocol, C: Debug + Protocol, D: Debug + Protocol, E: Debug + Protocol, F: Debug + Protocol, G: Debug + Protocol, H: Debug + Protocol, I: Debug + Protocol, J: Debug + Protocol, K: Debug + Protocol> Debug for Tuple11ReadError<A, B, C, D, E, F, G, H, I, J, K> where
    A::ReadError: Debug,
    B::ReadError: Debug,
    C::ReadError: Debug,
    D::ReadError: Debug,
    E::ReadError: Debug,
    F::ReadError: Debug,
    G::ReadError: Debug,
    H::ReadError: Debug,
    I::ReadError: Debug,
    J::ReadError: Debug,
    K::ReadError: Debug
[src]

impl<A: Protocol, B: Protocol, C: Protocol, D: Protocol, E: Protocol, F: Protocol, G: Protocol, H: Protocol, I: Protocol, J: Protocol, K: Protocol> Display for Tuple11ReadError<A, B, C, D, E, F, G, H, I, J, K> where
    A::ReadError: Display,
    B::ReadError: Display,
    C::ReadError: Display,
    D::ReadError: Display,
    E::ReadError: Display,
    F::ReadError: Display,
    G::ReadError: Display,
    H::ReadError: Display,
    I::ReadError: Display,
    J::ReadError: Display,
    K::ReadError: Display
[src]

Auto Trait Implementations

impl<A, B, C, D, E, F, G, H, I, J, K> RefUnwindSafe for Tuple11ReadError<A, B, C, D, E, F, G, H, I, J, K> where
    <A as Protocol>::ReadError: RefUnwindSafe,
    <B as Protocol>::ReadError: RefUnwindSafe,
    <C as Protocol>::ReadError: RefUnwindSafe,
    <D as Protocol>::ReadError: RefUnwindSafe,
    <E as Protocol>::ReadError: RefUnwindSafe,
    <F as Protocol>::ReadError: RefUnwindSafe,
    <G as Protocol>::ReadError: RefUnwindSafe,
    <H as Protocol>::ReadError: RefUnwindSafe,
    <I as Protocol>::ReadError: RefUnwindSafe,
    <J as Protocol>::ReadError: RefUnwindSafe,
    <K as Protocol>::ReadError: RefUnwindSafe
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> Send for Tuple11ReadError<A, B, C, D, E, F, G, H, I, J, K> where
    <A as Protocol>::ReadError: Send,
    <B as Protocol>::ReadError: Send,
    <C as Protocol>::ReadError: Send,
    <D as Protocol>::ReadError: Send,
    <E as Protocol>::ReadError: Send,
    <F as Protocol>::ReadError: Send,
    <G as Protocol>::ReadError: Send,
    <H as Protocol>::ReadError: Send,
    <I as Protocol>::ReadError: Send,
    <J as Protocol>::ReadError: Send,
    <K as Protocol>::ReadError: Send
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> Sync for Tuple11ReadError<A, B, C, D, E, F, G, H, I, J, K> where
    <A as Protocol>::ReadError: Sync,
    <B as Protocol>::ReadError: Sync,
    <C as Protocol>::ReadError: Sync,
    <D as Protocol>::ReadError: Sync,
    <E as Protocol>::ReadError: Sync,
    <F as Protocol>::ReadError: Sync,
    <G as Protocol>::ReadError: Sync,
    <H as Protocol>::ReadError: Sync,
    <I as Protocol>::ReadError: Sync,
    <J as Protocol>::ReadError: Sync,
    <K as Protocol>::ReadError: Sync
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> Unpin for Tuple11ReadError<A, B, C, D, E, F, G, H, I, J, K> where
    <A as Protocol>::ReadError: Unpin,
    <B as Protocol>::ReadError: Unpin,
    <C as Protocol>::ReadError: Unpin,
    <D as Protocol>::ReadError: Unpin,
    <E as Protocol>::ReadError: Unpin,
    <F as Protocol>::ReadError: Unpin,
    <G as Protocol>::ReadError: Unpin,
    <H as Protocol>::ReadError: Unpin,
    <I as Protocol>::ReadError: Unpin,
    <J as Protocol>::ReadError: Unpin,
    <K as Protocol>::ReadError: Unpin
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> UnwindSafe for Tuple11ReadError<A, B, C, D, E, F, G, H, I, J, K> where
    <A as Protocol>::ReadError: UnwindSafe,
    <B as Protocol>::ReadError: UnwindSafe,
    <C as Protocol>::ReadError: UnwindSafe,
    <D as Protocol>::ReadError: UnwindSafe,
    <E as Protocol>::ReadError: UnwindSafe,
    <F as Protocol>::ReadError: UnwindSafe,
    <G as Protocol>::ReadError: UnwindSafe,
    <H as Protocol>::ReadError: UnwindSafe,
    <I as Protocol>::ReadError: UnwindSafe,
    <J as Protocol>::ReadError: UnwindSafe,
    <K as Protocol>::ReadError: UnwindSafe
[src]

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> ToString for T where
    T: Display + ?Sized
[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.