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
events: Vec<Event>
A list of events.
Trait Implementations
impl Clone for Ephemeral[src]
fn clone(&self) -> Ephemeral
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more