Struct ruma_client_api::r0::sync::sync_events::State
[−]
[src]
pub struct State {
pub events: Vec<StateEvent>,
}State events in the room.
Fields
events: Vec<StateEvent>
A list of state events.
Trait Implementations
impl Clone for State[src]
fn clone(&self) -> State
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