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

pub struct ChannelPinsUpdateEvent {
    pub channel_id: ChannelId,
    pub last_pin_timestamp: Option<DateTime<FixedOffset>>,
}

Fields

Trait Implementations

impl Clone for ChannelPinsUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelPinsUpdateEvent
[src]

Formats the value using the given formatter. Read more

impl CacheUpdate for ChannelPinsUpdateEvent
[src]

The return type of an update. Read more

Updates the cache with the implementation.

Auto Trait Implementations