pub struct DeleteMessage<'a> { /* private fields */ }
Expand description
Delete a message by Id<ChannelMarker>
and Id<MessageMarker>
.
Trait Implementations§
source§impl<'a> AuditLogReason<'a> for DeleteMessage<'a>
impl<'a> AuditLogReason<'a> for DeleteMessage<'a>
source§impl IntoFuture for DeleteMessage<'_>
impl IntoFuture for DeleteMessage<'_>
source§type Output = Result<Response<EmptyBody>, Error>
type Output = Result<Response<EmptyBody>, Error>
The output that the future will produce on completion.
source§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
source§impl TryIntoRequest for DeleteMessage<'_>
impl TryIntoRequest for DeleteMessage<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeleteMessage<'a>
impl<'a> !RefUnwindSafe for DeleteMessage<'a>
impl<'a> Send for DeleteMessage<'a>
impl<'a> Sync for DeleteMessage<'a>
impl<'a> Unpin for DeleteMessage<'a>
impl<'a> !UnwindSafe for DeleteMessage<'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