[][src]Struct wundergraph::helper::TupleIndex4

pub struct TupleIndex4;

A type level marker to be used as index into tuples

Trait Implementations

impl Clone for TupleIndex4[src]

impl Copy for TupleIndex4[src]

impl Debug for TupleIndex4[src]

impl Default for TupleIndex4[src]

impl IsPrimaryKeyIndex for TupleIndex4[src]

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static, O: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static, O: 'static, P: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I, J) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I, J, K) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I, J, K, L) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I, J, K, L, M) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

impl<'a, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> TupleIndex<TupleIndex4> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N) where
    E: Clone
[src]

type Value = E

The type of the indexed tuple value

Auto Trait Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.