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