Struct ruma_client_api::r0::contact::get_contacts::ThirdPartyIdentifierInit [−][src]
pub struct ThirdPartyIdentifierInit {
pub address: String,
pub medium: Medium,
pub validated_at: MilliSecondsSinceUnixEpoch,
pub added_at: MilliSecondsSinceUnixEpoch,
}Expand description
Initial set of fields of ThirdPartyIdentifier.
This struct will not be updated even if additional fields are added to ThirdPartyIdentifier
in a new (non-breaking) release of the Matrix specification.
Fields
address: StringExpand description
The third party identifier address.
medium: MediumExpand description
The medium of third party identifier.
validated_at: MilliSecondsSinceUnixEpochExpand description
The time when the identifier was validated by the identity server.
added_at: MilliSecondsSinceUnixEpochExpand description
The time when the homeserver associated the third party identifier with the user.
Trait Implementations
impl Debug for ThirdPartyIdentifierInit[src]
impl Debug for ThirdPartyIdentifierInit[src]impl From<ThirdPartyIdentifierInit> for ThirdPartyIdentifier[src]
impl From<ThirdPartyIdentifierInit> for ThirdPartyIdentifier[src]fn from(init: ThirdPartyIdentifierInit) -> Self[src]
fn from(init: ThirdPartyIdentifierInit) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ThirdPartyIdentifierInit
impl Send for ThirdPartyIdentifierInit
impl Sync for ThirdPartyIdentifierInit
impl Unpin for ThirdPartyIdentifierInit
impl UnwindSafe for ThirdPartyIdentifierInit
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]