Struct ruma_client_api::r0::membership::IncomingInvite3pid [−][src]
#[non_exhaustive]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 (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct {{ .. }} syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.id_server: StringExpand description
Hostname and port of identity server to be used for account lookups.
id_access_token: StringExpand description
An access token registered with the identity server.
medium: MediumExpand description
Type of third party ID.
address: StringExpand description
Third party identifier.
Trait Implementations
impl Debug for IncomingInvite3pid[src]
impl Debug for IncomingInvite3pid[src]impl<'de> Deserialize<'de> for IncomingInvite3pid[src]
impl<'de> Deserialize<'de> for IncomingInvite3pid[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl PartialEq<IncomingInvite3pid> for IncomingInvite3pid[src]
impl PartialEq<IncomingInvite3pid> for IncomingInvite3pid[src]fn eq(&self, other: &IncomingInvite3pid) -> bool[src]
fn eq(&self, other: &IncomingInvite3pid) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &IncomingInvite3pid) -> bool[src]
fn ne(&self, other: &IncomingInvite3pid) -> bool[src]This method tests for !=.
impl StructuralPartialEq for IncomingInvite3pid[src]
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
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]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,