pub struct GetCurrentUser<'a> { /* private fields */ }
Expand description
Get information about the current user.
Trait Implementations§
source§impl IntoFuture for GetCurrentUser<'_>
impl IntoFuture for GetCurrentUser<'_>
source§type Output = Result<Response<CurrentUser>, Error>
type Output = Result<Response<CurrentUser>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<CurrentUser>
type IntoFuture = ResponseFuture<CurrentUser>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
source§impl TryIntoRequest for GetCurrentUser<'_>
impl TryIntoRequest for GetCurrentUser<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetCurrentUser<'a>
impl<'a> !RefUnwindSafe for GetCurrentUser<'a>
impl<'a> Send for GetCurrentUser<'a>
impl<'a> Sync for GetCurrentUser<'a>
impl<'a> Unpin for GetCurrentUser<'a>
impl<'a> !UnwindSafe for GetCurrentUser<'a>
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