Struct sqlx_oldapi::mysql::MySqlTransactionManager  
source · pub struct MySqlTransactionManager;Available on crate feature 
mysql only.Expand description
Implementation of [TransactionManager] for MySQL.
Auto Trait Implementations§
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