pub struct GetMyAccount {}
Expand description
The endpoint to retrieve the current user’s my account settings/data
Implementations§
Source§impl GetMyAccount
impl GetMyAccount
Sourcepub fn builder() -> GetMyAccountBuilder
pub fn builder() -> GetMyAccountBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for GetMyAccount
impl Clone for GetMyAccount
Source§fn clone(&self) -> GetMyAccount
fn clone(&self) -> GetMyAccount
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetMyAccount
impl Debug for GetMyAccount
Source§impl Endpoint for GetMyAccount
impl Endpoint for GetMyAccount
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for GetMyAccount
Auto Trait Implementations§
impl Freeze for GetMyAccount
impl RefUnwindSafe for GetMyAccount
impl Send for GetMyAccount
impl Sync for GetMyAccount
impl Unpin for GetMyAccount
impl UnwindSafe for GetMyAccount
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