Struct ruma_events::tag::TagEvent [] [src]

pub struct TagEvent {
    pub content: TagEventContent,
    pub event_type: EventType,
}

Informs the client of tags on a room.

Fields

The event's content.

The type of the event.

Trait Implementations

impl Clone for TagEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TagEvent
[src]

Formats the value using the given formatter.

impl Event for TagEvent
[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