pub struct InteractionRespondWithMessage { /* private fields */ }Expand description
A builder for responding to an interaction with a message.
Trait Implementations§
Source§impl IntoFuture for InteractionRespondWithMessage
impl IntoFuture for InteractionRespondWithMessage
Source§type Output = Result<(), TwilightError>
type Output = Result<(), TwilightError>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <InteractionRespondWithMessage as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <InteractionRespondWithMessage as IntoFuture>::Output> + Send>>
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
Auto Trait Implementations§
impl Freeze for InteractionRespondWithMessage
impl !RefUnwindSafe for InteractionRespondWithMessage
impl Send for InteractionRespondWithMessage
impl Sync for InteractionRespondWithMessage
impl Unpin for InteractionRespondWithMessage
impl UnsafeUnpin for InteractionRespondWithMessage
impl !UnwindSafe for InteractionRespondWithMessage
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