pub struct PgPool;Available on non-crate feature
sqlx-dep and non-crate feature sync only.Trait Implementationsยง
Sourceยงimpl IntoExecutor for PgPool
Available on crate features discovery and postgres only.
impl IntoExecutor for PgPool
Available on crate features
discovery and postgres only.Sourceยงfn into_executor(self) -> Executor
fn into_executor(self) -> Executor
Available on non-crate feature
sqlx-postgres only.Auto Trait Implementationsยง
impl Freeze for PgPool
impl RefUnwindSafe for PgPool
impl Send for PgPool
impl Sync for PgPool
impl Unpin for PgPool
impl UnsafeUnpin for PgPool
impl UnwindSafe for PgPool
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