pub struct PostgresEngine;Trait Implementations§
Source§impl DatabaseEngine for PostgresEngine
impl DatabaseEngine for PostgresEngine
Source§impl Default for PostgresEngine
impl Default for PostgresEngine
Source§fn default() -> PostgresEngine
fn default() -> PostgresEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PostgresEngine
impl RefUnwindSafe for PostgresEngine
impl Send for PostgresEngine
impl Sync for PostgresEngine
impl Unpin for PostgresEngine
impl UnwindSafe for PostgresEngine
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