pub struct DeleteEphemeralMessage { /* private fields */ }Expand description
Builder for the deleteEphemeralMessage method.
Note that it is not guaranteed that the user will receive the message deletion event, especially if they are offline.
Trait Implementations§
Source§impl IntoFuture for DeleteEphemeralMessage
impl IntoFuture for DeleteEphemeralMessage
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteEphemeralMessage as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteEphemeralMessage 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 !RefUnwindSafe for DeleteEphemeralMessage
impl !UnwindSafe for DeleteEphemeralMessage
impl Freeze for DeleteEphemeralMessage
impl Send for DeleteEphemeralMessage
impl Sync for DeleteEphemeralMessage
impl Unpin for DeleteEphemeralMessage
impl UnsafeUnpin for DeleteEphemeralMessage
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