Struct twilight_http::request::application::command::DeleteGlobalCommand
source · pub struct DeleteGlobalCommand<'a> { /* private fields */ }
Expand description
Delete a global command, by ID.
Implementations§
source§impl<'a> DeleteGlobalCommand<'a>
impl<'a> DeleteGlobalCommand<'a>
Trait Implementations§
source§impl IntoFuture for DeleteGlobalCommand<'_>
impl IntoFuture for DeleteGlobalCommand<'_>
§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