pub struct PostgresStorage { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for PostgresStorage
impl Debug for PostgresStorage
source§impl Default for PostgresStorage
impl Default for PostgresStorage
source§fn default() -> PostgresStorage
fn default() -> PostgresStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for PostgresStorage
impl Send for PostgresStorage
impl Sync for PostgresStorage
impl Unpin for PostgresStorage
impl !UnwindSafe for PostgresStorage
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