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

A list of events.

Trait Implementations

impl Clone for AccountData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountData
[src]

Formats the value using the given formatter.