[]Struct bevy::ecs::FetchParamTuple

pub struct FetchParamTuple<T>(_);

Trait Implementations

impl<'a, A, B, C, D, E, F, G, H> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I, J, K, L, M)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    L: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>,
    J: FetchSystemParam<'a>,
    K: FetchSystemParam<'a>,
    M: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item, <J as FetchSystemParam<'a>>::Item, <K as FetchSystemParam<'a>>::Item, <L as FetchSystemParam<'a>>::Item, <M as FetchSystemParam<'a>>::Item)

impl<'a> FetchSystemParam<'a> for FetchParamTuple<()>

type Item = ()

impl<'a, A, B, C, D, E, F, G, H, I, J> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I, J)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>,
    J: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item, <J as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F, G, H, I, J, K> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I, J, K)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>,
    J: FetchSystemParam<'a>,
    K: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item, <J as FetchSystemParam<'a>>::Item, <K as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C> FetchSystemParam<'a> for FetchParamTuple<(A, B, C)> where
    C: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D)> where
    C: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M, N> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I, J, K, L, M, N)> where
    C: FetchSystemParam<'a>,
    N: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    L: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>,
    J: FetchSystemParam<'a>,
    K: FetchSystemParam<'a>,
    M: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item, <J as FetchSystemParam<'a>>::Item, <K as FetchSystemParam<'a>>::Item, <L as FetchSystemParam<'a>>::Item, <M as FetchSystemParam<'a>>::Item, <N as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I, J, K, L)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    L: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>,
    J: FetchSystemParam<'a>,
    K: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item, <J as FetchSystemParam<'a>>::Item, <K as FetchSystemParam<'a>>::Item, <L as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)> where
    C: FetchSystemParam<'a>,
    N: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    L: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>,
    J: FetchSystemParam<'a>,
    K: FetchSystemParam<'a>,
    M: FetchSystemParam<'a>,
    O: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item, <J as FetchSystemParam<'a>>::Item, <K as FetchSystemParam<'a>>::Item, <L as FetchSystemParam<'a>>::Item, <M as FetchSystemParam<'a>>::Item, <N as FetchSystemParam<'a>>::Item, <O as FetchSystemParam<'a>>::Item)

impl<'a, A> FetchSystemParam<'a> for FetchParamTuple<(A,)> where
    A: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item,)

impl<'a, A, B, C, D, E, F, G, H, I> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F, G> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E)> where
    C: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item)

impl<'a, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> FetchSystemParam<'a> for FetchParamTuple<(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)> where
    C: FetchSystemParam<'a>,
    N: FetchSystemParam<'a>,
    E: FetchSystemParam<'a>,
    B: FetchSystemParam<'a>,
    P: FetchSystemParam<'a>,
    L: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>,
    D: FetchSystemParam<'a>,
    F: FetchSystemParam<'a>,
    G: FetchSystemParam<'a>,
    I: FetchSystemParam<'a>,
    H: FetchSystemParam<'a>,
    J: FetchSystemParam<'a>,
    K: FetchSystemParam<'a>,
    M: FetchSystemParam<'a>,
    O: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item, <C as FetchSystemParam<'a>>::Item, <D as FetchSystemParam<'a>>::Item, <E as FetchSystemParam<'a>>::Item, <F as FetchSystemParam<'a>>::Item, <G as FetchSystemParam<'a>>::Item, <H as FetchSystemParam<'a>>::Item, <I as FetchSystemParam<'a>>::Item, <J as FetchSystemParam<'a>>::Item, <K as FetchSystemParam<'a>>::Item, <L as FetchSystemParam<'a>>::Item, <M as FetchSystemParam<'a>>::Item, <N as FetchSystemParam<'a>>::Item, <O as FetchSystemParam<'a>>::Item, <P as FetchSystemParam<'a>>::Item)

impl<'a, A, B> FetchSystemParam<'a> for FetchParamTuple<(A, B)> where
    B: FetchSystemParam<'a>,
    A: FetchSystemParam<'a>, 

type Item = (<A as FetchSystemParam<'a>>::Item, <B as FetchSystemParam<'a>>::Item)

Auto Trait Implementations

impl<T> RefUnwindSafe for FetchParamTuple<T> where
    T: RefUnwindSafe
[src]

impl<T> Send for FetchParamTuple<T> where
    T: Send
[src]

impl<T> Sync for FetchParamTuple<T> where
    T: Sync
[src]

impl<T> Unpin for FetchParamTuple<T> where
    T: Unpin
[src]

impl<T> UnwindSafe for FetchParamTuple<T> where
    T: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Component for T where
    T: 'static + Send + Sync

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Resource for T where
    T: 'static + Send + Sync

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>,