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

pub struct ChannelRecipientAddEvent {
    pub channel_id: ChannelId,
    pub user: User,
}

Fields

Trait Implementations

impl Clone for ChannelRecipientAddEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChannelRecipientAddEvent
[src]

[src]

Formats the value using the given formatter.