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
events: Vec<Event>
A list of events.
Trait Implementations
impl Clone for Presence[src]
fn clone(&self) -> Presence
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more