pub struct GetGuildWidget<'a> { /* private fields */ }
Expand description
Get a guild’s widget
Trait Implementations§
source§impl IntoFuture for GetGuildWidget<'_>
impl IntoFuture for GetGuildWidget<'_>
source§type Output = Result<Response<GuildWidget>, Error>
type Output = Result<Response<GuildWidget>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<GuildWidget>
type IntoFuture = ResponseFuture<GuildWidget>
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 GetGuildWidget<'_>
impl TryIntoRequest for GetGuildWidget<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetGuildWidget<'a>
impl<'a> !RefUnwindSafe for GetGuildWidget<'a>
impl<'a> Send for GetGuildWidget<'a>
impl<'a> Sync for GetGuildWidget<'a>
impl<'a> Unpin for GetGuildWidget<'a>
impl<'a> !UnwindSafe for GetGuildWidget<'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