Struct gift_shop::account::repository::AccountRepository
source · pub struct AccountRepository {}
Implementations§
source§impl AccountRepository
impl AccountRepository
pub async fn create( account: &AccountOpened, pool: PoolConnection<Postgres> ) -> Result<Account, Error>
Auto Trait Implementations§
impl RefUnwindSafe for AccountRepository
impl Send for AccountRepository
impl Sync for AccountRepository
impl Unpin for AccountRepository
impl UnwindSafe for AccountRepository
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