#[non_exhaustive]pub enum AnyGlobalAccountDataEventContent {
Show 14 variants
Direct(DirectEventContent),
DoNotDisturb(DoNotDisturbEventContent),
IdentityServer(IdentityServerEventContent),
InvitePermissionConfig(InvitePermissionConfigEventContent),
UnstableInvitePermissionConfig(UnstableInvitePermissionConfigEventContent),
IgnoredUserList(IgnoredUserListEventContent),
PushRules(PushRulesEventContent),
SecretStorageDefaultKey(SecretStorageDefaultKeyEventContent),
SecretStorageKey(SecretStorageKeyEventContent),
MediaPreviewConfig(MediaPreviewConfigEventContent),
UnstableMediaPreviewConfig(UnstableMediaPreviewConfigEventContent),
AccountImagePack(AccountImagePackEventContent),
ImagePackRooms(ImagePackRoomsEventContent),
RecentEmoji(RecentEmojiEventContent),
}Available on crate feature
events only.Expand description
Any global account data event.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Direct(DirectEventContent)
m.direct
DoNotDisturb(DoNotDisturbEventContent)
Available on crate feature
unstable-msc4359 only.m.do_not_disturb
This variant uses the unstable type dm.filament.do_not_disturb.
This variant can also be deserialized from the m.do_not_disturb type.
IdentityServer(IdentityServerEventContent)
m.identity_server
InvitePermissionConfig(InvitePermissionConfigEventContent)
m.invite_permission_config
UnstableInvitePermissionConfig(UnstableInvitePermissionConfigEventContent)
Available on crate feature
unstable-msc4380 only.org.matrix.msc4380.invite_permission_config
IgnoredUserList(IgnoredUserListEventContent)
m.ignored_user_list
PushRules(PushRulesEventContent)
m.push_rules
SecretStorageDefaultKey(SecretStorageDefaultKeyEventContent)
m.secret_storage.default_key
SecretStorageKey(SecretStorageKeyEventContent)
m.secret_storage.key.*
MediaPreviewConfig(MediaPreviewConfigEventContent)
Available on crate feature
unstable-msc4278 only.m.media_preview_config
UnstableMediaPreviewConfig(UnstableMediaPreviewConfigEventContent)
Available on crate feature
unstable-msc4278 only.io.element.msc4278.media_preview_config
AccountImagePack(AccountImagePackEventContent)
Available on crate feature
unstable-msc2545 only.m.image_pack
This variant uses the unstable type im.ponies.user_emotes.
This variant can also be deserialized from the m.image_pack type.
ImagePackRooms(ImagePackRoomsEventContent)
Available on crate feature
unstable-msc2545 only.m.image_pack.rooms
This variant uses the unstable type im.ponies.emote_rooms.
This variant can also be deserialized from the m.image_pack.rooms type.
RecentEmoji(RecentEmojiEventContent)
m.recent_emoji
Trait Implementations§
Source§impl Clone for AnyGlobalAccountDataEventContent
impl Clone for AnyGlobalAccountDataEventContent
Source§fn clone(&self) -> AnyGlobalAccountDataEventContent
fn clone(&self) -> AnyGlobalAccountDataEventContent
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 EventContentFromType for AnyGlobalAccountDataEventContent
impl EventContentFromType for AnyGlobalAccountDataEventContent
Source§fn from_parts(
event_type: &str,
json: &RawValue,
) -> Result<AnyGlobalAccountDataEventContent, Error>
fn from_parts( event_type: &str, json: &RawValue, ) -> Result<AnyGlobalAccountDataEventContent, Error>
Constructs this event content from the given event type and JSON.
Source§impl From<AccountImagePackEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature unstable-msc2545 only.
impl From<AccountImagePackEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature
unstable-msc2545 only.Source§fn from(c: AccountImagePackEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: AccountImagePackEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<DirectEventContent> for AnyGlobalAccountDataEventContent
impl From<DirectEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(c: DirectEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: DirectEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<DoNotDisturbEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature unstable-msc4359 only.
impl From<DoNotDisturbEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature
unstable-msc4359 only.Source§fn from(c: DoNotDisturbEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: DoNotDisturbEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<IdentityServerEventContent> for AnyGlobalAccountDataEventContent
impl From<IdentityServerEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(c: IdentityServerEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: IdentityServerEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<IgnoredUserListEventContent> for AnyGlobalAccountDataEventContent
impl From<IgnoredUserListEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(c: IgnoredUserListEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: IgnoredUserListEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<ImagePackRoomsEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature unstable-msc2545 only.
impl From<ImagePackRoomsEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature
unstable-msc2545 only.Source§fn from(c: ImagePackRoomsEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: ImagePackRoomsEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<InvitePermissionConfigEventContent> for AnyGlobalAccountDataEventContent
impl From<InvitePermissionConfigEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(
c: InvitePermissionConfigEventContent,
) -> AnyGlobalAccountDataEventContent
fn from( c: InvitePermissionConfigEventContent, ) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<MediaPreviewConfigEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature unstable-msc4278 only.
impl From<MediaPreviewConfigEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature
unstable-msc4278 only.Source§fn from(c: MediaPreviewConfigEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: MediaPreviewConfigEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<PushRulesEventContent> for AnyGlobalAccountDataEventContent
impl From<PushRulesEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(c: PushRulesEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: PushRulesEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<RecentEmojiEventContent> for AnyGlobalAccountDataEventContent
impl From<RecentEmojiEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(c: RecentEmojiEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: RecentEmojiEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<SecretStorageDefaultKeyEventContent> for AnyGlobalAccountDataEventContent
impl From<SecretStorageDefaultKeyEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(
c: SecretStorageDefaultKeyEventContent,
) -> AnyGlobalAccountDataEventContent
fn from( c: SecretStorageDefaultKeyEventContent, ) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<SecretStorageKeyEventContent> for AnyGlobalAccountDataEventContent
impl From<SecretStorageKeyEventContent> for AnyGlobalAccountDataEventContent
Source§fn from(c: SecretStorageKeyEventContent) -> AnyGlobalAccountDataEventContent
fn from(c: SecretStorageKeyEventContent) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<UnstableInvitePermissionConfigEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature unstable-msc4380 only.
impl From<UnstableInvitePermissionConfigEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature
unstable-msc4380 only.Source§fn from(
c: UnstableInvitePermissionConfigEventContent,
) -> AnyGlobalAccountDataEventContent
fn from( c: UnstableInvitePermissionConfigEventContent, ) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl From<UnstableMediaPreviewConfigEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature unstable-msc4278 only.
impl From<UnstableMediaPreviewConfigEventContent> for AnyGlobalAccountDataEventContent
Available on crate feature
unstable-msc4278 only.Source§fn from(
c: UnstableMediaPreviewConfigEventContent,
) -> AnyGlobalAccountDataEventContent
fn from( c: UnstableMediaPreviewConfigEventContent, ) -> AnyGlobalAccountDataEventContent
Converts to this type from the input type.
Source§impl GlobalAccountDataEventContent for AnyGlobalAccountDataEventContent
impl GlobalAccountDataEventContent for AnyGlobalAccountDataEventContent
Source§fn event_type(&self) -> GlobalAccountDataEventType
fn event_type(&self) -> GlobalAccountDataEventType
Get the event’s type, like
m.push_rules.Source§impl Serialize for AnyGlobalAccountDataEventContent
impl Serialize for AnyGlobalAccountDataEventContent
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 JsonCastable<AnyGlobalAccountDataEventContent> for AccountImagePackEventContent
Available on crate feature
unstable-msc2545 only.impl JsonCastable<AnyGlobalAccountDataEventContent> for DirectEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for DoNotDisturbEventContent
Available on crate feature
unstable-msc4359 only.impl JsonCastable<AnyGlobalAccountDataEventContent> for IdentityServerEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for IgnoredUserListEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for ImagePackRoomsEventContent
Available on crate feature
unstable-msc2545 only.impl JsonCastable<AnyGlobalAccountDataEventContent> for InvitePermissionConfigEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for MediaPreviewConfigEventContent
Available on crate feature
unstable-msc4278 only.impl JsonCastable<AnyGlobalAccountDataEventContent> for PushRulesEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for RecentEmojiEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for SecretStorageDefaultKeyEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for SecretStorageKeyEventContent
impl JsonCastable<AnyGlobalAccountDataEventContent> for UnstableInvitePermissionConfigEventContent
Available on crate feature
unstable-msc4380 only.impl JsonCastable<AnyGlobalAccountDataEventContent> for UnstableMediaPreviewConfigEventContent
Available on crate feature
unstable-msc4278 only.impl JsonCastable<Map<String, Value>> for AnyGlobalAccountDataEventContent
Auto Trait Implementations§
impl Freeze for AnyGlobalAccountDataEventContent
impl RefUnwindSafe for AnyGlobalAccountDataEventContent
impl Send for AnyGlobalAccountDataEventContent
impl Sync for AnyGlobalAccountDataEventContent
impl Unpin for AnyGlobalAccountDataEventContent
impl UnwindSafe for AnyGlobalAccountDataEventContent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
Create a new handle for an Arc value Read more
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
Clone a handle Read more
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<> Read more