pub struct RecentMentionDelete {
pub message_id: Snowflake,
}Expand description
Sent when a message that mentioned the current user in the last week is acknowledged and deleted.
§Reference
See https://docs.discord.food/topics/gateway-events#recent-mention-delete
Fields§
§message_id: SnowflakeTrait Implementations§
Source§impl Clone for RecentMentionDelete
impl Clone for RecentMentionDelete
Source§fn clone(&self) -> RecentMentionDelete
fn clone(&self) -> RecentMentionDelete
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 RecentMentionDelete
impl Debug for RecentMentionDelete
Source§impl Default for RecentMentionDelete
impl Default for RecentMentionDelete
Source§fn default() -> RecentMentionDelete
fn default() -> RecentMentionDelete
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecentMentionDelete
impl<'de> Deserialize<'de> for RecentMentionDelete
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for RecentMentionDelete
impl Serialize for RecentMentionDelete
impl Copy for RecentMentionDelete
impl WebSocketEvent for RecentMentionDelete
Auto Trait Implementations§
impl Freeze for RecentMentionDelete
impl RefUnwindSafe for RecentMentionDelete
impl Send for RecentMentionDelete
impl Sync for RecentMentionDelete
impl Unpin for RecentMentionDelete
impl UnwindSafe for RecentMentionDelete
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