Struct ruma_client_api::r0::membership::IncomingInvite3pid [−][src]
pub struct IncomingInvite3pid {
pub id_server: String,
pub id_access_token: String,
pub medium: Medium,
pub address: String,
}Expand description
‘Incoming’ variant of Invite3pid.
Fields
id_server: StringHostname and port of identity server to be used for account lookups.
id_access_token: StringAn access token registered with the identity server.
medium: MediumType of third party ID.
address: StringThird party identifier.
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
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 IncomingInvite3pid
impl Send for IncomingInvite3pid
impl Sync for IncomingInvite3pid
impl Unpin for IncomingInvite3pid
impl UnwindSafe for IncomingInvite3pid
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more