Struct sqlx_rqlite::transaction::RqliteTransactionManager
source · pub struct RqliteTransactionManager;Expand description
Implementation of [TransactionManager] for SQLite.
Auto Trait Implementations§
impl Freeze for RqliteTransactionManager
impl RefUnwindSafe for RqliteTransactionManager
impl Send for RqliteTransactionManager
impl Sync for RqliteTransactionManager
impl Unpin for RqliteTransactionManager
impl UnwindSafe for RqliteTransactionManager
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