Enum ruma_events::AnyRoomAccountDataEventContent [−][src]
pub enum AnyRoomAccountDataEventContent {
FullyRead(FullyReadEventContent),
Tag(TagEventContent),
// some variants omitted
}Expand description
Any room account data event.
Variants
FullyRead(FullyReadEventContent)m.fully_read
Tag(TagEventContent)m.tag
Trait Implementations
A matrix event identifier, like m.room.message.
Constructs the given event content.
Auto Trait Implementations
impl Send for AnyRoomAccountDataEventContentimpl Sync for AnyRoomAccountDataEventContentimpl Unpin for AnyRoomAccountDataEventContentimpl UnwindSafe for AnyRoomAccountDataEventContentBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V