[][src]Struct pergola::Tuple3

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

Trait Implementations

impl<A: Debug + LatticeDef, B: Debug + LatticeDef, C: Debug + LatticeDef> Debug for Tuple3<A, B, C>[src]

impl<A: LatticeDef, B: LatticeDef, C: LatticeDef> LatticeDef for Tuple3<A, B, C>[src]

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

Auto Trait Implementations

impl<A, B, C> RefUnwindSafe for Tuple3<A, B, C> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe

impl<A, B, C> Send for Tuple3<A, B, C> where
    A: Send,
    B: Send,
    C: Send

impl<A, B, C> Sync for Tuple3<A, B, C> where
    A: Sync,
    B: Sync,
    C: Sync

impl<A, B, C> Unpin for Tuple3<A, B, C> where
    A: Unpin,
    B: Unpin,
    C: Unpin

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