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

pub struct Rooms {
    pub leave: HashMap<RoomId, LeftRoom>,
    pub join: HashMap<RoomId, JoinedRoom>,
    pub invite: HashMap<RoomId, InvitedRoom>,
}

Updates to rooms.

Fields

The rooms that the user has left or been banned from.

The rooms that the user has joined.

The rooms that the user has been invited to.

Trait Implementations

impl Clone for Rooms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Rooms
[src]

Formats the value using the given formatter.