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 strExpand description
Hostname and port of identity server to be used for account lookups.
id_access_token: &'a strExpand description
An access token registered with the identity server.
medium: MediumExpand description
Type of third party ID.
address: &'a strExpand description
Third party identifier.
Trait Implementations
impl<'a> Debug for Invite3pidInit<'a>[src]
impl<'a> Debug for Invite3pidInit<'a>[src]impl<'a> From<Invite3pidInit<'a>> for Invite3pid<'a>[src]
impl<'a> From<Invite3pidInit<'a>> for Invite3pid<'a>[src]fn from(init: Invite3pidInit<'a>) -> Self[src]
fn from(init: Invite3pidInit<'a>) -> Self[src]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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]