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