Enum ruma_events::AnyRoomAccountDataEvent [−][src]
pub enum AnyRoomAccountDataEvent {
FullyRead(FullyReadEvent),
Tag(TagEvent),
// some variants omitted
}Expand description
Any room account data event.
Variants
FullyRead(FullyReadEvent)m.fully_read
Tag(TagEvent)m.tag
Implementations
Returns the any content enum for this event.
Returns the type of this event.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AnyRoomAccountDataEventimpl Send for AnyRoomAccountDataEventimpl Sync for AnyRoomAccountDataEventimpl Unpin for AnyRoomAccountDataEventimpl UnwindSafe for AnyRoomAccountDataEventBlanket 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