Struct twilight_http::request::channel::webhook::GetChannelWebhooks
source · pub struct GetChannelWebhooks<'a> { /* private fields */ }
Expand description
Get all the webhooks of a channel.
Implementations§
source§impl<'a> GetChannelWebhooks<'a>
impl<'a> GetChannelWebhooks<'a>
Trait Implementations§
source§impl IntoFuture for GetChannelWebhooks<'_>
impl IntoFuture for GetChannelWebhooks<'_>
§type Output = Result<Response<ListBody<Webhook>>, Error>
type Output = Result<Response<ListBody<Webhook>>, Error>
The output that the future will produce on completion.
§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