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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ReactionRemoveAllEvent
[src]

impl Debug for ReactionRemoveAllEvent
[src]

[src]

Formats the value using the given formatter.