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

pub struct Response {
    pub next_batch: String,
    pub rooms: Rooms,
    pub presence: Presence,
}

Data in the response from this API endpoint.

Fields

The batch token to supply in the since param of the next /sync request.

Updates to rooms.

Updates to the presence status of other users.

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter.

impl FutureFrom<Response> for Response
[src]

The future for the conversion.

Possible errors during conversion.

Consume the given value, beginning the conversion.