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

pub struct TypingStartEvent {
    pub channel_id: ChannelId,
    pub timestamp: u64,
    pub user_id: UserId,
}

Fields

Trait Implementations

impl Clone for TypingStartEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypingStartEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations