pub struct GetGuildWelcomeScreen<'a> { /* private fields */ }
Expand description
Get the guild’s welcome screen.
If the welcome screen is not enabled, this requires the MANAGE_GUILD
permission.
Trait Implementations§
source§impl IntoFuture for GetGuildWelcomeScreen<'_>
impl IntoFuture for GetGuildWelcomeScreen<'_>
source§type Output = Result<Response<WelcomeScreen>, Error>
type Output = Result<Response<WelcomeScreen>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<WelcomeScreen>
type IntoFuture = ResponseFuture<WelcomeScreen>
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
source§impl TryIntoRequest for GetGuildWelcomeScreen<'_>
impl TryIntoRequest for GetGuildWelcomeScreen<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetGuildWelcomeScreen<'a>
impl<'a> !RefUnwindSafe for GetGuildWelcomeScreen<'a>
impl<'a> Send for GetGuildWelcomeScreen<'a>
impl<'a> Sync for GetGuildWelcomeScreen<'a>
impl<'a> Unpin for GetGuildWelcomeScreen<'a>
impl<'a> !UnwindSafe for GetGuildWelcomeScreen<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more