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

pub struct ChannelDeleteEvent {
    pub channel: Channel,
}

Fields

Trait Implementations

impl Clone for ChannelDeleteEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelDeleteEvent
[src]

Formats the value using the given formatter. Read more

impl CacheUpdate for ChannelDeleteEvent
[src]

The return type of an update. Read more

Updates the cache with the implementation.

impl<'de> Deserialize<'de> for ChannelDeleteEvent
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for ChannelDeleteEvent
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations