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