#[non_exhaustive]pub struct ToDeviceEvent<C>where
    C: ToDeviceEventContent,{
    pub content: C,
    pub sender: OwnedUserId,
}Available on crate feature 
events only.Expand description
An event sent using send-to-device messaging.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.content: CData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.
Implementations§
Source§impl<C> ToDeviceEvent<C>where
    C: ToDeviceEventContent,
 
impl<C> ToDeviceEvent<C>where
    C: ToDeviceEventContent,
Sourcepub fn new(sender: OwnedUserId, content: C) -> ToDeviceEvent<C>
 
pub fn new(sender: OwnedUserId, content: C) -> ToDeviceEvent<C>
Construct a new ToDeviceEvent with the given content and sender.
Trait Implementations§
Source§impl<C> Clone for ToDeviceEvent<C>where
    C: Clone + ToDeviceEventContent,
 
impl<C> Clone for ToDeviceEvent<C>where
    C: Clone + ToDeviceEventContent,
Source§fn clone(&self) -> ToDeviceEvent<C>
 
fn clone(&self) -> ToDeviceEvent<C>
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<C> Debug for ToDeviceEvent<C>where
    C: Debug + ToDeviceEventContent,
 
impl<C> Debug for ToDeviceEvent<C>where
    C: Debug + ToDeviceEventContent,
Source§impl<'de, C> Deserialize<'de> for ToDeviceEvent<C>where
    C: ToDeviceEventContent + EventContentFromType,
 
impl<'de, C> Deserialize<'de> for ToDeviceEvent<C>where
    C: ToDeviceEventContent + EventContentFromType,
Source§fn deserialize<D>(
    deserializer: D,
) -> Result<ToDeviceEvent<C>, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(
    deserializer: D,
) -> Result<ToDeviceEvent<C>, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ToDeviceEvent<ToDeviceDummyEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceDummyEventContent>> for AnyToDeviceEvent
Source§fn from(c: ToDeviceEvent<ToDeviceDummyEventContent>) -> AnyToDeviceEvent
 
fn from(c: ToDeviceEvent<ToDeviceDummyEventContent>) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceForwardedRoomKeyEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceForwardedRoomKeyEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceForwardedRoomKeyEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceForwardedRoomKeyEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationAcceptEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationAcceptEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationAcceptEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationAcceptEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationCancelEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationCancelEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationCancelEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationCancelEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationDoneEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationDoneEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationDoneEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationDoneEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationKeyEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationKeyEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationKeyEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationKeyEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationMacEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationMacEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationMacEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationMacEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationReadyEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationReadyEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationReadyEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationReadyEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationRequestEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationRequestEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationRequestEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationRequestEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceKeyVerificationStartEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceKeyVerificationStartEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceKeyVerificationStartEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceKeyVerificationStartEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceRoomEncryptedEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceRoomEncryptedEventContent>> for AnyToDeviceEvent
Source§fn from(c: ToDeviceEvent<ToDeviceRoomEncryptedEventContent>) -> AnyToDeviceEvent
 
fn from(c: ToDeviceEvent<ToDeviceRoomEncryptedEventContent>) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceRoomKeyBundleEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceRoomKeyBundleEventContent>> for AnyToDeviceEvent
Source§fn from(c: ToDeviceEvent<ToDeviceRoomKeyBundleEventContent>) -> AnyToDeviceEvent
 
fn from(c: ToDeviceEvent<ToDeviceRoomKeyBundleEventContent>) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceRoomKeyEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceRoomKeyEventContent>> for AnyToDeviceEvent
Source§fn from(c: ToDeviceEvent<ToDeviceRoomKeyEventContent>) -> AnyToDeviceEvent
 
fn from(c: ToDeviceEvent<ToDeviceRoomKeyEventContent>) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceRoomKeyRequestEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceRoomKeyRequestEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceRoomKeyRequestEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceRoomKeyRequestEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceRoomKeyWithheldEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceRoomKeyWithheldEventContent>> for AnyToDeviceEvent
Source§fn from(
    c: ToDeviceEvent<ToDeviceRoomKeyWithheldEventContent>,
) -> AnyToDeviceEvent
 
fn from( c: ToDeviceEvent<ToDeviceRoomKeyWithheldEventContent>, ) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceSecretRequestEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceSecretRequestEventContent>> for AnyToDeviceEvent
Source§fn from(c: ToDeviceEvent<ToDeviceSecretRequestEventContent>) -> AnyToDeviceEvent
 
fn from(c: ToDeviceEvent<ToDeviceSecretRequestEventContent>) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl From<ToDeviceEvent<ToDeviceSecretSendEventContent>> for AnyToDeviceEvent
 
impl From<ToDeviceEvent<ToDeviceSecretSendEventContent>> for AnyToDeviceEvent
Source§fn from(c: ToDeviceEvent<ToDeviceSecretSendEventContent>) -> AnyToDeviceEvent
 
fn from(c: ToDeviceEvent<ToDeviceSecretSendEventContent>) -> AnyToDeviceEvent
Converts to this type from the input type.
Source§impl<C> Serialize for ToDeviceEvent<C>where
    C: ToDeviceEventContent,
 
impl<C> Serialize for ToDeviceEvent<C>where
    C: ToDeviceEventContent,
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
impl<C> JsonCastable<AnyToDeviceEvent> for ToDeviceEvent<C>where
    C: ToDeviceEventContent,
impl<C> JsonCastable<Map<String, Value>> for ToDeviceEvent<C>where
    C: ToDeviceEventContent,
Auto Trait Implementations§
impl<C> Freeze for ToDeviceEvent<C>where
    C: Freeze,
impl<C> RefUnwindSafe for ToDeviceEvent<C>where
    C: RefUnwindSafe,
impl<C> Send for ToDeviceEvent<C>where
    C: Send,
impl<C> Sync for ToDeviceEvent<C>where
    C: Sync,
impl<C> Unpin for ToDeviceEvent<C>where
    C: Unpin,
impl<C> UnwindSafe for ToDeviceEvent<C>where
    C: UnwindSafe,
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