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

pub struct ReactionAddEvent {
    pub reaction: Reaction,
}

Fields

Trait Implementations

impl Clone for ReactionAddEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReactionAddEvent
[src]

Formats the value using the given formatter.

impl<'de> Deserialize<'de> for ReactionAddEvent
[src]

Deserialize this value from the given Serde deserializer. Read more