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