Struct ruma_client_api::r0::membership::Invite3pidInit [−][src]
pub struct Invite3pidInit<'a> {
pub id_server: &'a str,
pub id_access_token: &'a str,
pub medium: Medium,
pub address: &'a str,
}Expand description
Initial set of fields of Invite3pid.
This struct will not be updated even if additional fields are added to Invite3pid in a new
(non-breaking) release of the Matrix specification.
Fields
id_server: &'a strHostname and port of identity server to be used for account lookups.
id_access_token: &'a strAn access token registered with the identity server.
medium: MediumType of third party ID.
address: &'a strThird party identifier.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Invite3pidInit<'a>
impl<'a> Send for Invite3pidInit<'a>
impl<'a> Sync for Invite3pidInit<'a>
impl<'a> Unpin for Invite3pidInit<'a>
impl<'a> UnwindSafe for Invite3pidInit<'a>
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