Struct gm_types::events::MetaMinimal [] [src]

pub struct MetaMinimal {
    pub event_type: String,
    pub room: Option<Room<'static>>,
    pub event_id: Option<String>,
    pub sender: Option<String>,
    pub state_key: Option<String>,
    pub unsigned: Option<UnsignedData>,
}

Metadata for an ephemeral event (like m.typing).

Fields

Trait Implementations

impl Clone for MetaMinimal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MetaMinimal
[src]

[src]

Formats the value using the given formatter.