Struct puff_rs::databases::postgres::PostgresClient
source · pub struct PostgresClient { /* private fields */ }Implementations
sourceimpl PostgresClient
impl PostgresClient
pub fn pool(&self) -> Pool<PostgresConnectionManager<NoTls>>
Trait Implementations
sourceimpl Clone for PostgresClient
impl Clone for PostgresClient
sourcefn clone(&self) -> PostgresClient
fn clone(&self) -> PostgresClient
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Puff for PostgresClient
impl Puff for PostgresClient
Auto Trait Implementations
impl !RefUnwindSafe for PostgresClient
impl Send for PostgresClient
impl Sync for PostgresClient
impl Unpin for PostgresClient
impl !UnwindSafe for PostgresClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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