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