[−][src]Struct ruma_events::to_device::ToDeviceEvent
To-device event.
Fields
sender: UserIdThe unique identifier for the user who sent this event.
content: CData specific to the event type.
Trait Implementations
impl<C: Clone> Clone for ToDeviceEvent<C>[src]
fn clone(&self) -> ToDeviceEvent<C>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<C: Debug> Debug for ToDeviceEvent<C>[src]
impl<'de, C> Deserialize<'de> for ToDeviceEvent<C> where
C: DeserializeOwned, [src]
C: DeserializeOwned,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
impl<C> Serialize for ToDeviceEvent<C> where
C: Serialize, [src]
C: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<C> TryFromRaw for ToDeviceEvent<C> where
C: TryFromRaw, [src]
C: TryFromRaw,
type Raw = ToDeviceEvent<C::Raw>
The raw type.
type Err = C::Err
The error type returned if conversion fails.
fn try_from_raw(raw: ToDeviceEvent<C::Raw>) -> Result<Self, Self::Err>[src]
Auto Trait Implementations
impl<C> RefUnwindSafe for ToDeviceEvent<C> where
C: RefUnwindSafe,
C: RefUnwindSafe,
impl<C> Send for ToDeviceEvent<C> where
C: Send,
C: Send,
impl<C> Sync for ToDeviceEvent<C> where
C: Sync,
C: Sync,
impl<C> Unpin for ToDeviceEvent<C> where
C: Unpin,
C: Unpin,
impl<C> UnwindSafe for ToDeviceEvent<C> where
C: UnwindSafe,
C: UnwindSafe,
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,