Struct ruma_events::SyncEphemeralRoomEvent [−][src]
pub struct SyncEphemeralRoomEvent<C: EphemeralRoomEventContent> { pub content: C, }
Expand description
An ephemeral room event without a room_id
.
Fields
content: C
Data specific to the event type.
Implementations
Convert this sync event into a full event, one with a room_id field.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl<C> RefUnwindSafe for SyncEphemeralRoomEvent<C> where
C: RefUnwindSafe,
impl<C> Send for SyncEphemeralRoomEvent<C> where
C: Send,
impl<C> Sync for SyncEphemeralRoomEvent<C> where
C: Sync,
impl<C> Unpin for SyncEphemeralRoomEvent<C> where
C: Unpin,
impl<C> UnwindSafe for SyncEphemeralRoomEvent<C> where
C: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more