Struct glitch_in_the_matrix::types::SyncRooms [] [src]

pub struct SyncRooms {
    pub join: HashMap<String, Room>,
    pub invite: HashMap<String, Room>,
    pub leave: HashMap<String, Room>,
}

The rooms component of a SyncReply.

Fields

Trait Implementations

impl Debug for SyncRooms
[src]

Formats the value using the given formatter.