Struct ruma_client_api::r0::sync::sync_events::LeftRoom
[−]
[src]
pub struct LeftRoom {
pub timeline: Timeline,
pub state: State,
}Historical updates to left rooms.
Fields
timeline: Timeline
The timeline of messages and state changes in the room up to the point when the user left.
state: State
The state updates for the room up to the start of the timeline.
Trait Implementations
impl Clone for LeftRoom[src]
fn clone(&self) -> LeftRoom
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