Struct twilight_http::request::guild::GetGuildWebhooks
source · pub struct GetGuildWebhooks<'a> { /* private fields */ }
Expand description
Get the webhooks of a guild.
Implementations§
source§impl<'a> GetGuildWebhooks<'a>
impl<'a> GetGuildWebhooks<'a>
Trait Implementations§
source§impl IntoFuture for GetGuildWebhooks<'_>
impl IntoFuture for GetGuildWebhooks<'_>
§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