Enum ruma_client_api::r0::capabilities::RoomVersionStability [−][src]
pub enum RoomVersionStability {
Stable,
Unstable,
// some variants omitted
}Expand description
The stability of a room version
Variants
Support for the given version is stable.
Support for the given version is unstable.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RoomVersionStabilityimpl Send for RoomVersionStabilityimpl Sync for RoomVersionStabilityimpl Unpin for RoomVersionStabilityimpl UnwindSafe for RoomVersionStabilityBlanket 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