Struct legion::query::And[][src]

pub struct And<T> { /* fields omitted */ }

A filter which requires all filters within T match.

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

type Output = And<(A, B, C, D, E, F, G, H, Rhs)>

The resulting type after applying the & operator.

impl<B, C, D, E, F, G, H, Rhs: ActiveFilter> BitAnd<Rhs> for And<(B, C, D, E, F, G, H)>[src]

type Output = And<(B, C, D, E, F, G, H, Rhs)>

The resulting type after applying the & operator.

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

type Output = And<(C, D, E, F, G, H, Rhs)>

The resulting type after applying the & operator.

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

type Output = And<(D, E, F, G, H, Rhs)>

The resulting type after applying the & operator.

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

type Output = And<(E, F, G, H, Rhs)>

The resulting type after applying the & operator.

impl<F, G, H, Rhs: ActiveFilter> BitAnd<Rhs> for And<(F, G, H)>[src]

type Output = And<(F, G, H, Rhs)>

The resulting type after applying the & operator.

impl<G, H, Rhs: ActiveFilter> BitAnd<Rhs> for And<(G, H)>[src]

type Output = And<(G, H, Rhs)>

The resulting type after applying the & operator.

impl<H, Rhs: ActiveFilter> BitAnd<Rhs> for And<(H,)>[src]

type Output = And<(H, 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<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<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<A, B, C, D, E, F, G, H, Rhs: ActiveFilter> BitOr<Rhs> for And<(A, B, C, D, E, F, G, H)>[src]

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

impl<B, C, D, E, F, G, H, Rhs: ActiveFilter> BitOr<Rhs> for And<(B, C, D, E, F, G, H)>[src]

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

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

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

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

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

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

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

impl<F, G, H, Rhs: ActiveFilter> BitOr<Rhs> for And<(F, G, H)>[src]

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

impl<G, H, Rhs: ActiveFilter> BitOr<Rhs> for And<(G, H)>[src]

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

impl<H, Rhs: ActiveFilter> BitOr<Rhs> for And<(H,)>[src]

type Output = Or<(Self, Rhs)>

The resulting type after applying the | operator.

impl<T: Clone> Clone for And<T>[src]

impl<T: Debug> Debug for And<T>[src]

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

impl<B: Default, C: Default, D: Default, E: Default, F: Default, G: Default, H: Default> Default for And<(B, C, D, E, F, G, H)>[src]

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

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

impl<E: Default, F: Default, G: Default, H: Default> Default for And<(E, F, G, H)>[src]

impl<F: Default, G: Default, H: Default> Default for And<(F, G, H)>[src]

impl<G: Default, H: Default> Default for And<(G, H)>[src]

impl<H: Default> Default for And<(H,)>[src]

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

impl<B: DynamicFilter, C: DynamicFilter, D: DynamicFilter, E: DynamicFilter, F: DynamicFilter, G: DynamicFilter, H: DynamicFilter> DynamicFilter for And<(B, C, D, E, F, G, H)>[src]

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

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

impl<E: DynamicFilter, F: DynamicFilter, G: DynamicFilter, H: DynamicFilter> DynamicFilter for And<(E, F, G, H)>[src]

impl<F: DynamicFilter, G: DynamicFilter, H: DynamicFilter> DynamicFilter for And<(F, G, H)>[src]

impl<G: DynamicFilter, H: DynamicFilter> DynamicFilter for And<(G, H)>[src]

impl<H: DynamicFilter> DynamicFilter for And<(H,)>[src]

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

impl<B: GroupMatcher, C: GroupMatcher, D: GroupMatcher, E: GroupMatcher, F: GroupMatcher, G: GroupMatcher, H: GroupMatcher> GroupMatcher for And<(B, C, D, E, F, G, H)>[src]

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

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

impl<E: GroupMatcher, F: GroupMatcher, G: GroupMatcher, H: GroupMatcher> GroupMatcher for And<(E, F, G, H)>[src]

impl<F: GroupMatcher, G: GroupMatcher, H: GroupMatcher> GroupMatcher for And<(F, G, H)>[src]

impl<G: GroupMatcher, H: GroupMatcher> GroupMatcher for And<(G, H)>[src]

impl<H: GroupMatcher> GroupMatcher for And<(H,)>[src]

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

impl<B: LayoutFilter, C: LayoutFilter, D: LayoutFilter, E: LayoutFilter, F: LayoutFilter, G: LayoutFilter, H: LayoutFilter> LayoutFilter for And<(B, C, D, E, F, G, H)>[src]

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

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

impl<E: LayoutFilter, F: LayoutFilter, G: LayoutFilter, H: LayoutFilter> LayoutFilter for And<(E, F, G, H)>[src]

impl<F: LayoutFilter, G: LayoutFilter, H: LayoutFilter> LayoutFilter for And<(F, G, H)>[src]

impl<G: LayoutFilter, H: LayoutFilter> LayoutFilter for And<(G, H)>[src]

impl<H: LayoutFilter> LayoutFilter for And<(H,)>[src]

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

type Output = Not<Self>

The resulting type after applying the ! operator.

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

type Output = Not<Self>

The resulting type after applying the ! operator.

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

type Output = Not<Self>

The resulting type after applying the ! operator.

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

type Output = Not<Self>

The resulting type after applying the ! operator.

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

type Output = Not<Self>

The resulting type after applying the ! operator.

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

type Output = Not<Self>

The resulting type after applying the ! operator.

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

type Output = Not<Self>

The resulting type after applying the ! operator.

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

type Output = Not<Self>

The resulting type after applying the ! operator.

Auto Trait Implementations

impl<T> RefUnwindSafe for And<T> where
    T: RefUnwindSafe

impl<T> Send for And<T> where
    T: Send

impl<T> Sync for And<T> where
    T: Sync

impl<T> Unpin for And<T> where
    T: Unpin

impl<T> UnwindSafe for And<T> where
    T: 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> 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.