Struct legion::query::Passthrough[][src]

pub struct Passthrough;

A filter which always defers.

Trait Implementations

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<B, C, D, E, F, G, H> BitAnd<Passthrough> for And<(B, C, D, E, F, G, H)>[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, 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> BitAnd<Passthrough> for Or<(A, B, C, D, E, F, G, H)>[src]

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

impl<F, G, H> BitAnd<Passthrough> for Or<(F, G, H)>[src]

type Output = Self

The resulting type after applying the & operator.

impl<G, H> BitAnd<Passthrough> for Or<(G, H)>[src]

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

impl<F, G, H> BitAnd<Passthrough> for And<(F, G, H)>[src]

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<Passthrough> for Any[src]

type Output = Self

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

impl<Rhs> BitAnd<Rhs> for Passthrough[src]

type Output = Rhs

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<B, C, D, E, F, G, H> BitOr<Passthrough> for And<(B, C, D, E, F, G, H)>[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, 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> BitOr<Passthrough> for Or<(A, B, C, D, E, F, G, H)>[src]

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

impl<F, G, H> BitOr<Passthrough> for Or<(F, G, H)>[src]

type Output = Self

The resulting type after applying the | operator.

impl<G, H> BitOr<Passthrough> for Or<(G, H)>[src]

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

impl<F, G, H> BitOr<Passthrough> for And<(F, G, H)>[src]

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

The resulting type after applying the | operator.

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

type Output = Self

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, T: Component> BitOr<Passthrough> for ComponentFilter<T>[src]

type Output = Self

The resulting type after applying the | operator.

impl<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 Default for Passthrough[src]

impl DynamicFilter for Passthrough[src]

impl GroupMatcher for Passthrough[src]

impl LayoutFilter for Passthrough[src]

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> 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> Pointable for T

type Init = T

The type for initializers.

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.