Struct ruma_events::typing::TypingEvent [] [src]

pub struct TypingEvent {
    pub content: TypingEventContent,
    pub event_type: EventType,
    pub room_id: RoomId,
}

Informs the client of the list of users currently typing.

Fields

The event's content.

The type of the event.

The unique identifier for the room associated with this event.

Trait Implementations

impl Clone for TypingEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypingEvent
[src]

Formats the value using the given formatter.

impl Event for TypingEvent
[src]

The event-type-specific payload this event carries.

The event's content.

The type of the event.

Extra top-level key-value pairs specific to this event type, but that are not under the content field. Read more