[−][src]Enum ruma_events::to_device::AnyToDeviceEvent
To-device versions of events that will appear in the to-device part of a sync response.
Variants
Dummy(ToDeviceDummy)To-device version of the "m.dummy" event.
RoomKey(ToDeviceRoomKey)To-device version of the m.room_key event.
RoomEncrypted(ToDeviceEncrypted)To-device version of the m.room.encrypted event.
ForwardedRoomKey(ToDeviceForwardedRoomKey)To-device version of the m.forwarded_room_key event.
RoomKeyRequest(ToDeviceRoomKeyRequest)To-device version of the m.room_key_request event.
KeyVerificationStart(ToDeviceVerificationStart)To-device version of the m.key.verification.start event.
KeyVerificationAccept(ToDeviceVerificationAccept)To-device version of the m.key.verification.accept event.
KeyVerificationKey(ToDeviceVerificationKey)To-device version of the m.key.verification.key event.
KeyVerificationMac(ToDeviceVerificationMac)To-device version of the m.key.verification.mac event.
KeyVerificationCancel(ToDeviceVerificationCancel)To-device version of the m.key.verification.cancel event.
KeyVerificationRequest(ToDeviceVerificationRequest)To-device version of the m.key.verification.request event.
Trait Implementations
impl Clone for AnyToDeviceEvent[src]
fn clone(&self) -> AnyToDeviceEvent[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AnyToDeviceEvent[src]
impl PartialEq<AnyToDeviceEvent> for AnyToDeviceEvent[src]
fn eq(&self, other: &AnyToDeviceEvent) -> bool[src]
fn ne(&self, other: &AnyToDeviceEvent) -> bool[src]
impl Serialize for AnyToDeviceEvent[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for AnyToDeviceEvent[src]
impl TryFromRaw for AnyToDeviceEvent[src]
Auto Trait Implementations
impl RefUnwindSafe for AnyToDeviceEvent
impl Send for AnyToDeviceEvent
impl Sync for AnyToDeviceEvent
impl Unpin for AnyToDeviceEvent
impl UnwindSafe for AnyToDeviceEvent
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> 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>,