pub struct Query<'stmt, 'txn> { /* private fields */ }
Expand description
RAII guard which represents an ongoing query.
Implementations§
Auto Trait Implementations§
impl<'stmt, 'txn> !RefUnwindSafe for Query<'stmt, 'txn>
impl<'stmt, 'txn> Send for Query<'stmt, 'txn>
impl<'stmt, 'txn> Sync for Query<'stmt, 'txn>
impl<'stmt, 'txn> Unpin for Query<'stmt, 'txn>
impl<'stmt, 'txn> !UnwindSafe for Query<'stmt, 'txn>
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