pub struct QueryOutput<Q: Query> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Q> Freeze for QueryOutput<Q>
impl<Q> RefUnwindSafe for QueryOutput<Q>
impl<Q> Send for QueryOutput<Q>
impl<Q> Sync for QueryOutput<Q>
impl<Q> Unpin for QueryOutput<Q>
impl<Q> UnwindSafe for QueryOutput<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