Struct glitch_in_the_matrix::types::SyncReply [] [src]

pub struct SyncReply {
    pub next_batch: String,
    pub rooms: SyncRooms,
}

The reply obtained from sync().

Fields

Trait Implementations

impl Debug for SyncReply
[src]

Formats the value using the given formatter.