pub struct QueryMut<'q, Q: Query> { /* private fields */ }
Expand description
A query builder that’s convertible directly into an iterator
Implementations§
Trait Implementations§
Source§impl<'q, Q: Query> IntoIterator for QueryMut<'q, Q>
impl<'q, Q: Query> IntoIterator for QueryMut<'q, Q>
Auto Trait Implementations§
impl<'q, Q> Freeze for QueryMut<'q, Q>
impl<'q, Q> RefUnwindSafe for QueryMut<'q, Q>
impl<'q, Q> Send for QueryMut<'q, Q>
impl<'q, Q> Sync for QueryMut<'q, Q>
impl<'q, Q> Unpin for QueryMut<'q, Q>
impl<'q, Q> UnwindSafe for QueryMut<'q, Q>
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