Struct sqlx::postgres::any::AnyTransactionManager
source · pub struct AnyTransactionManager;
Available on crate feature
postgres
only.Auto Trait Implementations§
impl RefUnwindSafe for AnyTransactionManager
impl Send for AnyTransactionManager
impl Sync for AnyTransactionManager
impl Unpin for AnyTransactionManager
impl UnwindSafe for AnyTransactionManager
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