pub struct Query<'db> { /* private fields */ }
Expand description
An SQLite query
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'db> Freeze for Query<'db>
impl<'db> RefUnwindSafe for Query<'db>
impl<'db> !Send for Query<'db>
impl<'db> !Sync for Query<'db>
impl<'db> Unpin for Query<'db>
impl<'db> UnwindSafe for Query<'db>
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