Struct ruma_client_api::r0::sync::sync_events::Ephemeral [] [src]

pub struct Ephemeral {
    pub events: Vec<Event>,
}

Ephemeral events not recorded in the timeline or state of the room.

Fields

A list of events.

Trait Implementations

impl Clone for Ephemeral
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ephemeral
[src]

Formats the value using the given formatter.