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