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