Struct serenity::model::event::ReactionRemoveAllEvent
[−]
[src]
pub struct ReactionRemoveAllEvent {
pub channel_id: ChannelId,
pub message_id: MessageId,
}Fields
channel_id: ChannelId
message_id: MessageId
Trait Implementations
impl Clone for ReactionRemoveAllEvent[src]
fn clone(&self) -> ReactionRemoveAllEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more