Struct twilight_http::request::channel::stage::GetStageInstance [−][src]
pub struct GetStageInstance<'a> { /* fields omitted */ }Expand description
Gets the stage instance associated with a stage channel, if it exists.
Implementations
pub fn exec(self) -> ResponseFuture<StageInstance>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<StageInstance>ⓘ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.