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