pub struct DeleteMessage {
pub channel_id: Id<ChannelMarker>,
pub message_id: Id<MessageMarker>,
}Fields§
§channel_id: Id<ChannelMarker>§message_id: Id<MessageMarker>Implementations§
Source§impl DeleteMessage
impl DeleteMessage
Sourcepub fn builder() -> DeleteMessageBuilder
pub fn builder() -> DeleteMessageBuilder
Create an instance of DeleteMessage using the builder syntax
Trait Implementations§
Source§impl Clone for DeleteMessage
impl Clone for DeleteMessage
Source§fn clone(&self) -> DeleteMessage
fn clone(&self) -> DeleteMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteMessage
impl Debug for DeleteMessage
Source§impl Endpoint for DeleteMessage
impl Endpoint for DeleteMessage
impl Copy for DeleteMessage
Auto Trait Implementations§
impl Freeze for DeleteMessage
impl RefUnwindSafe for DeleteMessage
impl Send for DeleteMessage
impl Sync for DeleteMessage
impl Unpin for DeleteMessage
impl UnsafeUnpin for DeleteMessage
impl UnwindSafe for DeleteMessage
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