pub struct QueryLens<'w, Q: QueryData, F: QueryFilter = ()> { /* private fields */ }
Expand description
Type returned from Query::transmute_lens
containing the new QueryState
.
Implementations§
Source§impl<'w, Q: QueryData, F: QueryFilter> QueryLens<'w, Q, F>
impl<'w, Q: QueryData, F: QueryFilter> QueryLens<'w, Q, F>
Sourcepub fn query(&mut self) -> Query<'w, '_, Q, F>
pub fn query(&mut self) -> Query<'w, '_, Q, F>
Create a Query
from the underlying QueryState
.
Trait Implementations§
Auto Trait Implementations§
impl<'w, Q, F> Freeze for QueryLens<'w, Q, F>
impl<'w, Q, F = ()> !RefUnwindSafe for QueryLens<'w, Q, F>
impl<'w, Q, F> Send for QueryLens<'w, Q, F>
impl<'w, Q, F> Sync for QueryLens<'w, Q, F>
impl<'w, Q, F> Unpin for QueryLens<'w, Q, F>
impl<'w, Q, F = ()> !UnwindSafe for QueryLens<'w, Q, F>
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