Enum ruma_common::directory::IncomingRoomNetwork [−][src]
pub enum IncomingRoomNetwork {
Matrix,
All,
ThirdParty(String),
}Expand description
‘Incoming’ variant of RoomNetwork.
Variants
Return rooms from the Matrix network.
Return rooms from all the networks/protocols the homeserver knows about.
ThirdParty(String)Return rooms from a specific third party network/protocol.
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 IncomingRoomNetworkimpl Send for IncomingRoomNetworkimpl Sync for IncomingRoomNetworkimpl Unpin for IncomingRoomNetworkimpl UnwindSafe for IncomingRoomNetworkBlanket 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