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