Struct twilight_http::request::guild::UpdateCurrentMember
source · pub struct UpdateCurrentMember<'a> { /* private fields */ }
Expand description
Update the user’s member in a guild.
Implementations§
source§impl<'a> UpdateCurrentMember<'a>
impl<'a> UpdateCurrentMember<'a>
Trait Implementations§
source§impl<'a> AuditLogReason<'a> for UpdateCurrentMember<'a>
impl<'a> AuditLogReason<'a> for UpdateCurrentMember<'a>
source§impl IntoFuture for UpdateCurrentMember<'_>
impl IntoFuture for UpdateCurrentMember<'_>
§type Output = Result<Response<EmptyBody>, Error>
type Output = Result<Response<EmptyBody>, Error>
The output that the future will produce on completion.
§type IntoFuture = ResponseFuture<EmptyBody>
type IntoFuture = ResponseFuture<EmptyBody>
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