pub struct GetMyUserDetails { /* private fields */ }
Implementations§
Source§impl GetMyUserDetails
impl GetMyUserDetails
Sourcepub async fn send(&self) -> UserResponse
pub async fn send(&self) -> UserResponse
Send the request.
Trait Implementations§
Source§impl Clone for GetMyUserDetails
impl Clone for GetMyUserDetails
Source§fn clone(&self) -> GetMyUserDetails
fn clone(&self) -> GetMyUserDetails
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 GetMyUserDetails
impl Debug for GetMyUserDetails
Auto Trait Implementations§
impl Freeze for GetMyUserDetails
impl !RefUnwindSafe for GetMyUserDetails
impl !Send for GetMyUserDetails
impl !Sync for GetMyUserDetails
impl Unpin for GetMyUserDetails
impl !UnwindSafe for GetMyUserDetails
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