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