pub struct PostgreSQL {}
Trait Implementations§
Source§impl ToColumn<String> for PostgreSQL
impl ToColumn<String> for PostgreSQL
Source§impl ToColumn<i32> for PostgreSQL
impl ToColumn<i32> for PostgreSQL
Auto Trait Implementations§
impl Freeze for PostgreSQL
impl RefUnwindSafe for PostgreSQL
impl Send for PostgreSQL
impl Sync for PostgreSQL
impl Unpin for PostgreSQL
impl UnwindSafe for PostgreSQL
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