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