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