Enum matrix_sdk_base::RoomType [−][src]
pub enum RoomType {
Joined,
Left,
Invited,
}Expand description
Enum keeping track in which state the room is, e.g. if our own user is joined, invited, or has left the room.
Variants
The room is in a joined state.
The room is in a left state.
The room is in a invited state.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RoomTypeimpl UnwindSafe for RoomTypeBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self