Struct ruma_client_api::r0::sync::sync_events::AccountData
[−]
[src]
pub struct AccountData {
pub events: Vec<Event>,
}The private data that this user has attached to this room.
Fields
events: Vec<Event>
A list of events.
Trait Implementations
impl Clone for AccountData[src]
fn clone(&self) -> AccountData
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