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

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

Fields

Trait Implementations

impl Clone for ChannelRecipientRemoveEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChannelRecipientRemoveEvent
[src]

[src]

Formats the value using the given formatter.