Enum ruma_client_api::r0::room::Visibility [−][src]
pub enum Visibility {
Public,
Private,
// some variants omitted
}Expand description
Whether or not a newly created room will be listed in the room directory.
Variants
Indicates that the room will be shown in the published room list.
Indicates that the room will not be shown in the published room list.
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 Visibilityimpl Send for Visibilityimpl Sync for Visibilityimpl Unpin for Visibilityimpl UnwindSafe for VisibilityBlanket 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