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