Struct twilight_http::request::application::command::UpdateCommandPermissions [−][src]
pub struct UpdateCommandPermissions<'a> { /* fields omitted */ }Expand description
Update command permissions for a single command in a guild.
Note:
This overwrites the command permissions so the full set of permissions have to be sent every time.
Implementations
pub fn exec(self) -> ResponseFuture<ListBody<CommandPermissions>>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<ListBody<CommandPermissions>>ⓘ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>;Execute the request, returning a future resolving to a Response.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for UpdateCommandPermissions<'a>
impl<'a> Send for UpdateCommandPermissions<'a>
impl<'a> Sync for UpdateCommandPermissions<'a>
impl<'a> Unpin for UpdateCommandPermissions<'a>
impl<'a> !UnwindSafe for UpdateCommandPermissions<'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