Struct twilight_http::request::template::GetTemplates [−][src]
pub struct GetTemplates<'a> { /* fields omitted */ }Expand description
Get a list of templates in a guild, by ID.
Implementations
pub fn exec(self) -> ResponseFuture<ListBody<Template>>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<ListBody<Template>>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
Notable traits for ResponseFuture<T>
impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;Execute the request, returning a future resolving to a Response.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for GetTemplates<'a>
impl<'a> Send for GetTemplates<'a>
impl<'a> Sync for GetTemplates<'a>
impl<'a> Unpin for GetTemplates<'a>
impl<'a> !UnwindSafe for GetTemplates<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more