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

pub struct ReactionRemoveEvent {
    pub reaction: Reaction,
}

Fields

Trait Implementations

impl Clone for ReactionRemoveEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReactionRemoveEvent
[src]

[src]

Formats the value using the given formatter.

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

[src]

Deserialize this value from the given Serde deserializer. Read more