Struct ruma_common::thirdparty::User [−][src]
Expand description
A third party network user.
Fields
userid: UserIdA matrix user ID representing a third party user.
protocol: StringThe protocol ID that the third party user is a part of.
fields: BTreeMap<String, String>Information used to identify this third party user.
Implementations
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 Userimpl UnwindSafe for UserBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more