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