Struct serenity::model::event::ReactionRemoveAllEvent[][src]

pub struct ReactionRemoveAllEvent {
    pub channel_id: ChannelId,
    pub message_id: MessageId,
}

Fields

Trait Implementations

impl Clone for ReactionRemoveAllEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReactionRemoveAllEvent
[src]

impl Debug for ReactionRemoveAllEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations