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

pub struct Presence {
    pub events: Vec<Event>,
}

Updates to the presence status of other users.

Fields

A list of events.

Trait Implementations

impl Clone for Presence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Presence
[src]

Formats the value using the given formatter.