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