pub struct Nothing;Expand description
A filter that yields, well, nothing
Trait Implementations
sourceimpl<'a> Filter<'a> for Nothing
 
impl<'a> Filter<'a> for Nothing
type Prepared = BooleanFilter
type Prepared = BooleanFilter
The filter holding possible borrows
sourcefn prepare(&self, _: &'a Archetype, _: u32) -> Self::Prepared
 
fn prepare(&self, _: &'a 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 Nothing
 
impl StaticFilter for Nothing
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 Nothing
impl Send for Nothing
impl Sync for Nothing
impl Unpin for Nothing
impl UnwindSafe for Nothing
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