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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TypingStartEvent
[src]

[src]

Formats the value using the given formatter.