pub struct NoFilter;Expand description
No-op filter used by plain query() / query_mut().
Trait Implementations§
Source§impl QueryFilter for NoFilter
impl QueryFilter for NoFilter
fn matches(_layout: &ArchetypeLayout) -> bool
Auto Trait Implementations§
impl Freeze for NoFilter
impl RefUnwindSafe for NoFilter
impl Send for NoFilter
impl Sync for NoFilter
impl Unpin for NoFilter
impl UnsafeUnpin for NoFilter
impl UnwindSafe for NoFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more