pub struct GetIndividualAccount;
Expand description
Get the account for the logged in user
Trait Implementations§
Source§impl ApiEndpoint for GetIndividualAccount
impl ApiEndpoint for GetIndividualAccount
Source§type Path = IndividualAccountPath
type Path = IndividualAccountPath
The path type for this endpoint.
Source§type Res = IndividualAccountResponse
type Res = IndividualAccountResponse
The response type for this endpoint.
Source§type Err = AccountError
type Err = AccountError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetIndividualAccount
impl RefUnwindSafe for GetIndividualAccount
impl Send for GetIndividualAccount
impl Sync for GetIndividualAccount
impl Unpin for GetIndividualAccount
impl UnwindSafe for GetIndividualAccount
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