Struct hecs::QueryMut [−][src]
pub struct QueryMut<'q, Q: Query> { /* fields omitted */ }
Expand description
A query builder that’s convertible directly into an iterator
Implementations
Transform the query into one that requires a certain component without borrowing it
See QueryBorrow::with
Trait Implementations
Auto Trait Implementations
impl<'q, Q> RefUnwindSafe for QueryMut<'q, Q> where
<Q as Query>::Fetch: RefUnwindSafe, impl<'q, Q> UnwindSafe for QueryMut<'q, Q> where
<Q as Query>::Fetch: UnwindSafe,