Struct twilight_http::request::guild::integration::DeleteGuildIntegration
source · pub struct DeleteGuildIntegration<'a> { /* private fields */ }Expand description
Delete an integration for a guild, by the integration’s id.
Implementations§
source§impl<'a> DeleteGuildIntegration<'a>
impl<'a> DeleteGuildIntegration<'a>
Trait Implementations§
source§impl<'a> AuditLogReason<'a> for DeleteGuildIntegration<'a>
impl<'a> AuditLogReason<'a> for DeleteGuildIntegration<'a>
source§impl IntoFuture for DeleteGuildIntegration<'_>
impl IntoFuture for DeleteGuildIntegration<'_>
§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