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

pub struct WebhookUpdateEvent {
    pub channel_id: ChannelId,
    pub guild_id: GuildId,
}

Fields

Trait Implementations

impl Clone for WebhookUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WebhookUpdateEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations