pub struct CreateResponseWithResponse<'a> { /* private fields */ }
Expand description
Respond to an interaction, by its ID and token.
This endpoint is not bound to the application’s global rate limit.
Trait Implementations§
Source§impl IntoFuture for CreateResponseWithResponse<'_>
impl IntoFuture for CreateResponseWithResponse<'_>
Source§type Output = Result<Response<InteractionResponse>, Error>
type Output = Result<Response<InteractionResponse>, Error>
The output that the future will produce on completion.
Source§type IntoFuture = ResponseFuture<InteractionResponse>
type IntoFuture = ResponseFuture<InteractionResponse>
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
Source§impl TryIntoRequest for CreateResponseWithResponse<'_>
impl TryIntoRequest for CreateResponseWithResponse<'_>
Auto Trait Implementations§
impl<'a> Freeze for CreateResponseWithResponse<'a>
impl<'a> !RefUnwindSafe for CreateResponseWithResponse<'a>
impl<'a> Send for CreateResponseWithResponse<'a>
impl<'a> Sync for CreateResponseWithResponse<'a>
impl<'a> Unpin for CreateResponseWithResponse<'a>
impl<'a> !UnwindSafe for CreateResponseWithResponse<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more