Struct serenity::model::event::ChannelRecipientAddEvent
[−]
[src]
pub struct ChannelRecipientAddEvent {
pub channel_id: ChannelId,
pub user: User,
}Fields
channel_id: ChannelId
user: User
Trait Implementations
impl Clone for ChannelRecipientAddEvent[src]
fn clone(&self) -> ChannelRecipientAddEvent[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