#[non_exhaustive]pub enum AnyToDeviceEventContent {
Show 17 variants
    Dummy(ToDeviceDummyEventContent),
    RoomKey(ToDeviceRoomKeyEventContent),
    RoomKeyBundle(ToDeviceRoomKeyBundleEventContent),
    RoomKeyRequest(ToDeviceRoomKeyRequestEventContent),
    RoomKeyWithheld(ToDeviceRoomKeyWithheldEventContent),
    ForwardedRoomKey(ToDeviceForwardedRoomKeyEventContent),
    KeyVerificationRequest(ToDeviceKeyVerificationRequestEventContent),
    KeyVerificationReady(ToDeviceKeyVerificationReadyEventContent),
    KeyVerificationStart(ToDeviceKeyVerificationStartEventContent),
    KeyVerificationCancel(ToDeviceKeyVerificationCancelEventContent),
    KeyVerificationAccept(ToDeviceKeyVerificationAcceptEventContent),
    KeyVerificationKey(ToDeviceKeyVerificationKeyEventContent),
    KeyVerificationMac(ToDeviceKeyVerificationMacEventContent),
    KeyVerificationDone(ToDeviceKeyVerificationDoneEventContent),
    RoomEncrypted(ToDeviceRoomEncryptedEventContent),
    SecretRequest(ToDeviceSecretRequestEventContent),
    SecretSend(ToDeviceSecretSendEventContent),
}Available on crate feature 
events only.Expand description
Any to-device event.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Dummy(ToDeviceDummyEventContent)
m.dummy
RoomKey(ToDeviceRoomKeyEventContent)
m.room_key
RoomKeyBundle(ToDeviceRoomKeyBundleEventContent)
m.room_key_bundle
This variant uses the unstable type io.element.msc4268.room_key_bundle.
This variant can also be deserialized from the m.room_key_bundle type.
RoomKeyRequest(ToDeviceRoomKeyRequestEventContent)
m.room_key_request
RoomKeyWithheld(ToDeviceRoomKeyWithheldEventContent)
m.room_key.withheld
ForwardedRoomKey(ToDeviceForwardedRoomKeyEventContent)
m.forwarded_room_key
KeyVerificationRequest(ToDeviceKeyVerificationRequestEventContent)
m.key.verification.request
KeyVerificationReady(ToDeviceKeyVerificationReadyEventContent)
m.key.verification.ready
KeyVerificationStart(ToDeviceKeyVerificationStartEventContent)
m.key.verification.start
KeyVerificationCancel(ToDeviceKeyVerificationCancelEventContent)
m.key.verification.cancel
KeyVerificationAccept(ToDeviceKeyVerificationAcceptEventContent)
m.key.verification.accept
KeyVerificationKey(ToDeviceKeyVerificationKeyEventContent)
m.key.verification.key
KeyVerificationMac(ToDeviceKeyVerificationMacEventContent)
m.key.verification.mac
KeyVerificationDone(ToDeviceKeyVerificationDoneEventContent)
m.key.verification.done
RoomEncrypted(ToDeviceRoomEncryptedEventContent)
m.room.encrypted
SecretRequest(ToDeviceSecretRequestEventContent)
m.secret.request
SecretSend(ToDeviceSecretSendEventContent)
m.secret.send
Trait Implementations§
Source§impl Clone for AnyToDeviceEventContent
 
impl Clone for AnyToDeviceEventContent
Source§fn clone(&self) -> AnyToDeviceEventContent
 
fn clone(&self) -> AnyToDeviceEventContent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for AnyToDeviceEventContent
 
impl Debug for AnyToDeviceEventContent
Source§impl EventContentFromType for AnyToDeviceEventContent
 
impl EventContentFromType for AnyToDeviceEventContent
Source§fn from_parts(
    event_type: &str,
    json: &RawValue,
) -> Result<AnyToDeviceEventContent, Error>
 
fn from_parts( event_type: &str, json: &RawValue, ) -> Result<AnyToDeviceEventContent, Error>
Constructs this event content from the given event type and JSON.
Source§impl From<ToDeviceDummyEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceDummyEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceDummyEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceDummyEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceForwardedRoomKeyEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceForwardedRoomKeyEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceForwardedRoomKeyEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceForwardedRoomKeyEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationAcceptEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationAcceptEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceKeyVerificationAcceptEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceKeyVerificationAcceptEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationCancelEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationCancelEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceKeyVerificationCancelEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceKeyVerificationCancelEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationDoneEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationDoneEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceKeyVerificationDoneEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceKeyVerificationDoneEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationKeyEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationKeyEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceKeyVerificationKeyEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceKeyVerificationKeyEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationMacEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationMacEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceKeyVerificationMacEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceKeyVerificationMacEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationReadyEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationReadyEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceKeyVerificationReadyEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceKeyVerificationReadyEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationRequestEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationRequestEventContent> for AnyToDeviceEventContent
Source§fn from(
    c: ToDeviceKeyVerificationRequestEventContent,
) -> AnyToDeviceEventContent
 
fn from( c: ToDeviceKeyVerificationRequestEventContent, ) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceKeyVerificationStartEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceKeyVerificationStartEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceKeyVerificationStartEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceKeyVerificationStartEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceRoomEncryptedEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceRoomEncryptedEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceRoomEncryptedEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceRoomEncryptedEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceRoomKeyBundleEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceRoomKeyBundleEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceRoomKeyBundleEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceRoomKeyBundleEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceRoomKeyEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceRoomKeyEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceRoomKeyEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceRoomKeyEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceRoomKeyRequestEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceRoomKeyRequestEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceRoomKeyRequestEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceRoomKeyRequestEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceRoomKeyWithheldEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceRoomKeyWithheldEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceRoomKeyWithheldEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceRoomKeyWithheldEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceSecretRequestEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceSecretRequestEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceSecretRequestEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceSecretRequestEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl From<ToDeviceSecretSendEventContent> for AnyToDeviceEventContent
 
impl From<ToDeviceSecretSendEventContent> for AnyToDeviceEventContent
Source§fn from(c: ToDeviceSecretSendEventContent) -> AnyToDeviceEventContent
 
fn from(c: ToDeviceSecretSendEventContent) -> AnyToDeviceEventContent
Converts to this type from the input type.
Source§impl Serialize for AnyToDeviceEventContent
 
impl Serialize for AnyToDeviceEventContent
Source§fn serialize<__S>(
    &self,
    __serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>(
    &self,
    __serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl ToDeviceEventContent for AnyToDeviceEventContent
 
impl ToDeviceEventContent for AnyToDeviceEventContent
Source§fn event_type(&self) -> ToDeviceEventType
 
fn event_type(&self) -> ToDeviceEventType
Get the event’s type, like 
m.room_key.impl JsonCastable<AnyToDeviceEventContent> for ToDeviceDummyEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceForwardedRoomKeyEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationAcceptEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationCancelEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationDoneEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationKeyEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationMacEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationReadyEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationRequestEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceKeyVerificationStartEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceRoomEncryptedEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceRoomKeyBundleEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceRoomKeyEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceRoomKeyRequestEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceRoomKeyWithheldEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceSecretRequestEventContent
impl JsonCastable<AnyToDeviceEventContent> for ToDeviceSecretSendEventContent
impl JsonCastable<Map<String, Value>> for AnyToDeviceEventContent
Auto Trait Implementations§
impl Freeze for AnyToDeviceEventContent
impl RefUnwindSafe for AnyToDeviceEventContent
impl Send for AnyToDeviceEventContent
impl Sync for AnyToDeviceEventContent
impl Unpin for AnyToDeviceEventContent
impl UnwindSafe for AnyToDeviceEventContent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more