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