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

pub struct ReactionRemoveEvent {
    pub reaction: Reaction,
}

Fields

Trait Implementations

impl Clone for ReactionRemoveEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReactionRemoveEvent
[src]

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for ReactionRemoveEvent
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations