[−][src]Struct ruma_client_api::r0::membership::ThirdPartySigned
A signature of an m.third_party_invite token to prove that this user owns a third party
identity which has been invited to the room.
Fields
sender: StringThe Matrix ID of the user who issued the invite.
mxid: StringThe Matrix ID of the invitee.
token: StringThe state key of the m.third_party_invite event.
signatures: BTreeMap<String, BTreeMap<String, String>>A signatures object containing a signature of the entire signed object.
Trait Implementations
impl Clone for ThirdPartySigned[src]
fn clone(&self) -> ThirdPartySigned[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ThirdPartySigned[src]
impl<'de> Deserialize<'de> for ThirdPartySigned[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for ThirdPartySigned[src]
Auto Trait Implementations
impl RefUnwindSafe for ThirdPartySigned
impl Send for ThirdPartySigned
impl Sync for ThirdPartySigned
impl Unpin for ThirdPartySigned
impl UnwindSafe for ThirdPartySigned
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,