Struct twilight_http::request::application::command::DeleteGuildCommand [−][src]
pub struct DeleteGuildCommand<'a> { /* fields omitted */ }Expand description
Delete a command in a guild, by ID.
Implementations
pub fn exec(self) -> ResponseFuture<EmptyBody>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
Notable traits for ResponseFuture<T>
impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;Auto Trait Implementations
impl<'a> !RefUnwindSafe for DeleteGuildCommand<'a>
impl<'a> Send for DeleteGuildCommand<'a>
impl<'a> Sync for DeleteGuildCommand<'a>
impl<'a> Unpin for DeleteGuildCommand<'a>
impl<'a> !UnwindSafe for DeleteGuildCommand<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more