pub struct PostgresUserRepository { /* private fields */ }
Expand description
PostgreSQL implementation
Implementations§
Trait Implementations§
Source§impl Default for PostgresUserRepository
impl Default for PostgresUserRepository
Source§fn default() -> PostgresUserRepository
fn default() -> PostgresUserRepository
Returns the “default value” for a type. Read more
impl Send for PostgresUserRepository
impl Sync for PostgresUserRepository
Auto Trait Implementations§
impl Freeze for PostgresUserRepository
impl RefUnwindSafe for PostgresUserRepository
impl Unpin for PostgresUserRepository
impl UnwindSafe for PostgresUserRepository
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