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.
Return rooms from a specific third party network/protocol.
Tuple Fields of ThirdParty
0: StringTrait 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 IncomingRoomNetwork
impl Send for IncomingRoomNetwork
impl Sync for IncomingRoomNetwork
impl Unpin for IncomingRoomNetwork
impl UnwindSafe for IncomingRoomNetwork
Blanket 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