Struct sqlx_core::postgres::PgTransactionManager
source · [−]pub struct PgTransactionManager;
Expand description
Implementation of [TransactionManager
] for PostgreSQL.
Auto Trait Implementations
impl RefUnwindSafe for PgTransactionManager
impl Send for PgTransactionManager
impl Sync for PgTransactionManager
impl Unpin for PgTransactionManager
impl UnwindSafe for PgTransactionManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more