[][src]Struct pergola::Tuple5

pub struct Tuple5<A: LatticeDef, B: LatticeDef, C: LatticeDef, D: LatticeDef, E: LatticeDef> { /* fields omitted */ }

Trait Implementations

impl<A: Debug + LatticeDef, B: Debug + LatticeDef, C: Debug + LatticeDef, D: Debug + LatticeDef, E: Debug + LatticeDef> Debug for Tuple5<A, B, C, D, E>[src]

impl<A: LatticeDef, B: LatticeDef, C: LatticeDef, D: LatticeDef, E: LatticeDef> LatticeDef for Tuple5<A, B, C, D, E>[src]

type T = (A::T, B::T, C::T, D::T, E::T)

Auto Trait Implementations

impl<A, B, C, D, E> RefUnwindSafe for Tuple5<A, B, C, D, E> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe,
    D: RefUnwindSafe,
    E: RefUnwindSafe

impl<A, B, C, D, E> Send for Tuple5<A, B, C, D, E> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send

impl<A, B, C, D, E> Sync for Tuple5<A, B, C, D, E> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync

impl<A, B, C, D, E> Unpin for Tuple5<A, B, C, D, E> where
    A: Unpin,
    B: Unpin,
    C: Unpin,
    D: Unpin,
    E: Unpin

impl<A, B, C, D, E> UnwindSafe for Tuple5<A, B, C, D, E> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: 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.