[][src]Struct legion_core::filter::Passthrough

pub struct Passthrough;

A passthrough filter which allows through all elements.

Trait Implementations

impl BitAnd<Passthrough> for Any[src]

type Output = Self

The resulting type after applying the & operator.

impl<'a, F> BitAnd<Passthrough> for Not<F>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I> BitAnd<Passthrough> for And<(A, B, C, D, E, F, G, H, I)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I, J> BitAnd<Passthrough> for And<(A, B, C, D, E, F, G, H, I, J)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I, J, K> BitAnd<Passthrough> for And<(A, B, C, D, E, F, G, H, I, J, K)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I, J, K, L> BitAnd<Passthrough> for And<(A, B, C, D, E, F, G, H, I, J, K, L)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B> BitAnd<Passthrough> for Or<(A, B)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C> BitAnd<Passthrough> for Or<(A, B, C)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D> BitAnd<Passthrough> for Or<(A, B, C, D)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E> BitAnd<Passthrough> for Or<(A, B, C, D, E)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F> BitAnd<Passthrough> for Or<(A, B, C, D, E, F)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G> BitAnd<Passthrough> for Or<(A, B, C, D, E, F, G)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<T> BitAnd<Passthrough> for And<(T,)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H> BitAnd<Passthrough> for Or<(A, B, C, D, E, F, G, H)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I> BitAnd<Passthrough> for Or<(A, B, C, D, E, F, G, H, I)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I, J> BitAnd<Passthrough> for Or<(A, B, C, D, E, F, G, H, I, J)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I, J, K> BitAnd<Passthrough> for Or<(A, B, C, D, E, F, G, H, I, J, K)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H, I, J, K, L> BitAnd<Passthrough> for Or<(A, B, C, D, E, F, G, H, I, J, K, L)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<'a, T> BitAnd<Passthrough> for ComponentFilter<T>[src]

type Output = Self

The resulting type after applying the & operator.

impl<'a, T> BitAnd<Passthrough> for TagFilter<T>[src]

type Output = Self

The resulting type after applying the & operator.

impl<'a, T> BitAnd<Passthrough> for TagValueFilter<'a, T>[src]

type Output = Self

The resulting type after applying the & operator.

impl<'a, T: Component> BitAnd<Passthrough> for ComponentChangedFilter<T>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B> BitAnd<Passthrough> for And<(A, B)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C> BitAnd<Passthrough> for And<(A, B, C)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D> BitAnd<Passthrough> for And<(A, B, C, D)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E> BitAnd<Passthrough> for And<(A, B, C, D, E)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F> BitAnd<Passthrough> for And<(A, B, C, D, E, F)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G> BitAnd<Passthrough> for And<(A, B, C, D, E, F, G)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<A, B, C, D, E, F, G, H> BitAnd<Passthrough> for And<(A, B, C, D, E, F, G, H)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<'a, Rhs> BitAnd<Rhs> for Passthrough[src]

type Output = Rhs

The resulting type after applying the & operator.

impl BitOr<Passthrough> for Any[src]

type Output = Self

The resulting type after applying the | operator.

impl<'a, F> BitOr<Passthrough> for Not<F>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I> BitOr<Passthrough> for And<(A, B, C, D, E, F, G, H, I)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I, J> BitOr<Passthrough> for And<(A, B, C, D, E, F, G, H, I, J)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I, J, K> BitOr<Passthrough> for And<(A, B, C, D, E, F, G, H, I, J, K)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I, J, K, L> BitOr<Passthrough> for And<(A, B, C, D, E, F, G, H, I, J, K, L)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B> BitOr<Passthrough> for Or<(A, B)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C> BitOr<Passthrough> for Or<(A, B, C)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D> BitOr<Passthrough> for Or<(A, B, C, D)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E> BitOr<Passthrough> for Or<(A, B, C, D, E)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F> BitOr<Passthrough> for Or<(A, B, C, D, E, F)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G> BitOr<Passthrough> for Or<(A, B, C, D, E, F, G)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<T> BitOr<Passthrough> for And<(T,)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H> BitOr<Passthrough> for Or<(A, B, C, D, E, F, G, H)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I> BitOr<Passthrough> for Or<(A, B, C, D, E, F, G, H, I)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I, J> BitOr<Passthrough> for Or<(A, B, C, D, E, F, G, H, I, J)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I, J, K> BitOr<Passthrough> for Or<(A, B, C, D, E, F, G, H, I, J, K)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H, I, J, K, L> BitOr<Passthrough> for Or<(A, B, C, D, E, F, G, H, I, J, K, L)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<'a, T> BitOr<Passthrough> for ComponentFilter<T>[src]

type Output = Self

The resulting type after applying the | operator.

impl<'a, T> BitOr<Passthrough> for TagFilter<T>[src]

type Output = Self

The resulting type after applying the | operator.

impl<'a, T> BitOr<Passthrough> for TagValueFilter<'a, T>[src]

type Output = Self

The resulting type after applying the | operator.

impl<'a, T: Component> BitOr<Passthrough> for ComponentChangedFilter<T>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B> BitOr<Passthrough> for And<(A, B)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C> BitOr<Passthrough> for And<(A, B, C)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D> BitOr<Passthrough> for And<(A, B, C, D)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E> BitOr<Passthrough> for And<(A, B, C, D, E)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F> BitOr<Passthrough> for And<(A, B, C, D, E, F)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G> BitOr<Passthrough> for And<(A, B, C, D, E, F, G)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<A, B, C, D, E, F, G, H> BitOr<Passthrough> for And<(A, B, C, D, E, F, G, H)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<'a, Rhs> BitOr<Rhs> for Passthrough[src]

type Output = Rhs

The resulting type after applying the | operator.

impl Clone for Passthrough[src]

impl Debug for Passthrough[src]

impl<'a> Filter<ArchetypeFilterData<'a>> for Passthrough[src]

type Iter = Take<Repeat<()>>

impl<'a> Filter<ChunkFilterData<'a>> for Passthrough[src]

type Iter = Take<Repeat<()>>

impl<'a> Filter<ChunksetFilterData<'a>> for Passthrough[src]

type Iter = Take<Repeat<()>>

impl Not for Passthrough[src]

type Output = Passthrough

The resulting type after applying the ! operator.

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> Component for T where
    T: 'static + Send + Sync
[src]

impl<T> Downcast for T where
    T: Any
[src]

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

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

impl<T, U> Into<U> for T where
    U: From<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.