Struct sqlx_core::sqlite::SqliteTransactionManager
source · [−]pub struct SqliteTransactionManager;
Expand description
Implementation of [TransactionManager
] for SQLite.
Auto Trait Implementations
impl RefUnwindSafe for SqliteTransactionManager
impl Send for SqliteTransactionManager
impl Sync for SqliteTransactionManager
impl Unpin for SqliteTransactionManager
impl UnwindSafe for SqliteTransactionManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more