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

The timeline of messages and state changes in the room up to the point when the user left.

The state updates for the room up to the start of the timeline.

Trait Implementations

impl Clone for LeftRoom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LeftRoom
[src]

Formats the value using the given formatter.