Struct twilight_http::request::guild::UpdateGuildWelcomeScreen [−][src]
pub struct UpdateGuildWelcomeScreen<'a> { /* fields omitted */ }Expand description
Update the guild’s welcome screen.
Requires the MANAGE_GUILD permission.
Implementations
Set the description of the welcome screen.
Set the channels linked in the welcome screen, with associated metadata.
pub fn exec(self) -> ResponseFuture<WelcomeScreen>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<WelcomeScreen>ⓘ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 UpdateGuildWelcomeScreen<'a>
impl<'a> Send for UpdateGuildWelcomeScreen<'a>
impl<'a> Sync for UpdateGuildWelcomeScreen<'a>
impl<'a> Unpin for UpdateGuildWelcomeScreen<'a>
impl<'a> !UnwindSafe for UpdateGuildWelcomeScreen<'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