pub struct All;Expand description
Yields all entities
Trait Implementations
sourceimpl<'a> Filter<'a> for All
impl<'a> Filter<'a> for All
type Prepared = BooleanFilter
type Prepared = BooleanFilter
The filter holding possible borrows
sourcefn prepare(&self, _: &Archetype, _: u32) -> Self::Prepared
fn prepare(&self, _: &Archetype, _: u32) -> Self::Prepared
Prepare the filter for an archetype.
change_tick refers to the last time this query was run. Useful for
change detection. Read more
sourceimpl StaticFilter for All
impl StaticFilter for All
sourcefn static_matches(&self, _: &Archetype) -> bool
fn static_matches(&self, _: &Archetype) -> bool
Returns true if the filter matches the archetype without state
Auto Trait Implementations
impl RefUnwindSafe for All
impl Send for All
impl Sync for All
impl Unpin for All
impl UnwindSafe for All
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more