Enum ruma_events::AnyGlobalAccountDataEventContent [−][src]
pub enum AnyGlobalAccountDataEventContent {
Direct(DirectEventContent),
IgnoredUserList(IgnoredUserListEventContent),
PushRules(PushRulesEventContent),
// some variants omitted
}Expand description
Any global account data event.
Variants
Direct(DirectEventContent)m.direct
IgnoredUserList(IgnoredUserListEventContent)m.ignored_user_list
PushRules(PushRulesEventContent)m.push_rules
Trait Implementations
A matrix event identifier, like m.room.message.
Constructs the given event content.
Auto Trait Implementations
impl Send for AnyGlobalAccountDataEventContentimpl Sync for AnyGlobalAccountDataEventContentimpl Unpin for AnyGlobalAccountDataEventContentBlanket 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