pub struct GetMember<'a> { /* private fields */ }Expand description
Get a member of a guild, by id.
Implementations§
Trait Implementations§
source§impl IntoFuture for GetMember<'_>
impl IntoFuture for GetMember<'_>
§type Output = Result<Response<Member>, Error>
type Output = Result<Response<Member>, Error>
The output that the future will produce on completion.
§type IntoFuture = ResponseFuture<Member>
type IntoFuture = ResponseFuture<Member>
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