pub struct PostgresAdapter;Trait Implementations§
Source§impl AdapterDriver for PostgresAdapter
impl AdapterDriver for PostgresAdapter
fn kind(&self) -> AdapterKind
Source§impl Clone for PostgresAdapter
impl Clone for PostgresAdapter
Source§fn clone(&self) -> PostgresAdapter
fn clone(&self) -> PostgresAdapter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PostgresAdapter
impl Debug for PostgresAdapter
Source§impl Default for PostgresAdapter
impl Default for PostgresAdapter
Source§fn default() -> PostgresAdapter
fn default() -> PostgresAdapter
Returns the “default value” for a type. Read more
impl Copy for PostgresAdapter
Auto Trait Implementations§
impl Freeze for PostgresAdapter
impl RefUnwindSafe for PostgresAdapter
impl Send for PostgresAdapter
impl Sync for PostgresAdapter
impl Unpin for PostgresAdapter
impl UnsafeUnpin for PostgresAdapter
impl UnwindSafe for PostgresAdapter
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