Struct twilight_http::request::user::GetUser
source · pub struct GetUser<'a> { /* private fields */ }
Expand description
Get a user’s information by id.
Implementations§
Trait Implementations§
source§impl IntoFuture for GetUser<'_>
impl IntoFuture for GetUser<'_>
§type IntoFuture = ResponseFuture<User>
type IntoFuture = ResponseFuture<User>
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