pub struct With<T: Component>(/* private fields */);Trait Implementations§
impl<T: Copy + Component> Copy for With<T>
impl<T: Eq + Component> Eq for With<T>
Source§impl<T: Component> QueryFilter for With<T>
impl<T: Component> QueryFilter for With<T>
fn init_filter( world: &mut World, terms: &mut QueryTerms, ) -> Result<(), ParamError>
impl<T: PartialEq + Component> StructuralPartialEq for With<T>
Auto Trait Implementations§
impl<T> Freeze for With<T>
impl<T> RefUnwindSafe for With<T>
impl<T> Send for With<T>
impl<T> Sync for With<T>
impl<T> Unpin for With<T>
impl<T> UnsafeUnpin for With<T>
impl<T> UnwindSafe for With<T>
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