pub struct Without<T: Component>(/* private fields */);Expand description
Requires component T to be absent.
Trait Implementations§
Source§impl<T: Component> QueryFilter for Without<T>
impl<T: Component> QueryFilter for Without<T>
Source§fn matches_archetype(a: &Archetype) -> bool
fn matches_archetype(a: &Archetype) -> bool
true if the archetype passes this filter.Auto Trait Implementations§
impl<T> Freeze for Without<T>
impl<T> RefUnwindSafe for Without<T>where
T: RefUnwindSafe,
impl<T> Send for Without<T>
impl<T> Sync for Without<T>
impl<T> Unpin for Without<T>where
T: Unpin,
impl<T> UnsafeUnpin for Without<T>
impl<T> UnwindSafe for Without<T>where
T: UnwindSafe,
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