pub struct QueryNext<'a, Q>where
Q: Query + 'static,{ /* private fields */ }Expand description
Remaining query middleware followed by the final typed handler.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, Q> !RefUnwindSafe for QueryNext<'a, Q>
impl<'a, Q> !UnwindSafe for QueryNext<'a, Q>
impl<'a, Q> Freeze for QueryNext<'a, Q>
impl<'a, Q> Send for QueryNext<'a, Q>
impl<'a, Q> Sync for QueryNext<'a, Q>
impl<'a, Q> Unpin for QueryNext<'a, Q>
impl<'a, Q> UnsafeUnpin for QueryNext<'a, 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