pub struct PostgresStorage { /* private fields */ }Expand description
A storage backend which uses Postgres.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PostgresStorage
impl !UnwindSafe for PostgresStorage
impl Freeze for PostgresStorage
impl Send for PostgresStorage
impl Sync for PostgresStorage
impl Unpin for PostgresStorage
impl UnsafeUnpin 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