pub struct QueryAs<'q, T> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'q, T> Freeze for QueryAs<'q, T>
impl<'q, T> RefUnwindSafe for QueryAs<'q, T>where
T: RefUnwindSafe,
impl<'q, T> Send for QueryAs<'q, T>where
T: Send,
impl<'q, T> Sync for QueryAs<'q, T>where
T: Sync,
impl<'q, T> Unpin for QueryAs<'q, T>where
T: Unpin,
impl<'q, T> UnsafeUnpin for QueryAs<'q, T>
impl<'q, T> UnwindSafe for QueryAs<'q, T>where
T: UnwindSafe,
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