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

A list of state events.

Trait Implementations

impl Clone for InviteState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InviteState
[src]

Formats the value using the given formatter.