Struct ruma_events::tag::TagEventContent [] [src]

pub struct TagEventContent {
    pub tags: HashMap<String, TagInfo>,
}

The payload of a TagEvent.

Fields

A map of tag names to tag info.

Trait Implementations

impl Clone for TagEventContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TagEventContent
[src]

Formats the value using the given formatter.