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