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

pub struct State {
    pub events: Vec<StateEvent>,
}

State events in the room.

Fields

A list of state events.

Trait Implementations

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for State
[src]

Formats the value using the given formatter.