Struct twilight_http::request::guild::UpdateGuildWidget [−][src]
pub struct UpdateGuildWidget<'a> { /* fields omitted */ }Expand description
Modify the guild widget.
Implementations
Set which channel to display on the widget.
pub fn exec(self) -> ResponseFuture<GuildWidget>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<GuildWidget>ⓘ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.