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