Enum AnyStateEventContent
#[non_exhaustive]pub enum AnyStateEventContent {
Show 24 variants
PolicyRuleRoom(PolicyRuleRoomEventContent),
PolicyRuleServer(PolicyRuleServerEventContent),
PolicyRuleUser(PolicyRuleUserEventContent),
RoomAliases(RoomAliasesEventContent),
RoomAvatar(RoomAvatarEventContent),
RoomCanonicalAlias(RoomCanonicalAliasEventContent),
RoomCreate(RoomCreateEventContent),
RoomEncryption(RoomEncryptionEventContent),
RoomGuestAccess(RoomGuestAccessEventContent),
RoomHistoryVisibility(RoomHistoryVisibilityEventContent),
RoomJoinRules(RoomJoinRulesEventContent),
RoomMember(RoomMemberEventContent),
RoomName(RoomNameEventContent),
RoomPinnedEvents(RoomPinnedEventsEventContent),
RoomPowerLevels(RoomPowerLevelsEventContent),
RoomServerAcl(RoomServerAclEventContent),
RoomThirdPartyInvite(RoomThirdPartyInviteEventContent),
RoomTombstone(RoomTombstoneEventContent),
RoomTopic(RoomTopicEventContent),
SpaceChild(SpaceChildEventContent),
SpaceParent(SpaceParentEventContent),
BeaconInfo(BeaconInfoEventContent),
CallMember(CallMemberEventContent),
MemberHints(MemberHintsEventContent),
}
Expand description
Any state event.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
PolicyRuleRoom(PolicyRuleRoomEventContent)
m.policy.rule.room
PolicyRuleServer(PolicyRuleServerEventContent)
m.policy.rule.server
PolicyRuleUser(PolicyRuleUserEventContent)
m.policy.rule.user
RoomAliases(RoomAliasesEventContent)
m.room.aliases
RoomAvatar(RoomAvatarEventContent)
m.room.avatar
RoomCanonicalAlias(RoomCanonicalAliasEventContent)
m.room.canonical_alias
RoomCreate(RoomCreateEventContent)
m.room.create
RoomEncryption(RoomEncryptionEventContent)
m.room.encryption
RoomGuestAccess(RoomGuestAccessEventContent)
m.room.guest_access
RoomHistoryVisibility(RoomHistoryVisibilityEventContent)
m.room.history_visibility
RoomJoinRules(RoomJoinRulesEventContent)
m.room.join_rules
RoomMember(RoomMemberEventContent)
m.room.member
RoomName(RoomNameEventContent)
m.room.name
RoomPinnedEvents(RoomPinnedEventsEventContent)
m.room.pinned_events
RoomPowerLevels(RoomPowerLevelsEventContent)
m.room.power_levels
RoomServerAcl(RoomServerAclEventContent)
m.room.server_acl
RoomThirdPartyInvite(RoomThirdPartyInviteEventContent)
m.room.third_party_invite
RoomTombstone(RoomTombstoneEventContent)
m.room.tombstone
RoomTopic(RoomTopicEventContent)
m.room.topic
SpaceChild(SpaceChildEventContent)
m.space.child
SpaceParent(SpaceParentEventContent)
m.space.parent
BeaconInfo(BeaconInfoEventContent)
m.beacon_info
This variant uses the unstable type org.matrix.msc3672.beacon_info
.
This variant can also be deserialized from the m.beacon_info
type.
CallMember(CallMemberEventContent)
m.call.member
This variant uses the unstable type org.matrix.msc3401.call.member
.
This variant can also be deserialized from the m.call.member
type.
MemberHints(MemberHintsEventContent)
m.member_hints
This variant uses the unstable type io.element.functional_members
.
This variant can also be deserialized from the m.member_hints
type.
Trait Implementations§
§impl Clone for AnyStateEventContent
impl Clone for AnyStateEventContent
§fn clone(&self) -> AnyStateEventContent
fn clone(&self) -> AnyStateEventContent
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Debug for AnyStateEventContent
impl Debug for AnyStateEventContent
§impl EventContentFromType for AnyStateEventContent
impl EventContentFromType for AnyStateEventContent
§fn from_parts(
event_type: &str,
json: &RawValue,
) -> Result<AnyStateEventContent, Error>
fn from_parts( event_type: &str, json: &RawValue, ) -> Result<AnyStateEventContent, Error>
§impl From<BeaconInfoEventContent> for AnyStateEventContent
impl From<BeaconInfoEventContent> for AnyStateEventContent
§fn from(c: BeaconInfoEventContent) -> AnyStateEventContent
fn from(c: BeaconInfoEventContent) -> AnyStateEventContent
§impl From<CallMemberEventContent> for AnyStateEventContent
impl From<CallMemberEventContent> for AnyStateEventContent
§fn from(c: CallMemberEventContent) -> AnyStateEventContent
fn from(c: CallMemberEventContent) -> AnyStateEventContent
§impl From<MemberHintsEventContent> for AnyStateEventContent
impl From<MemberHintsEventContent> for AnyStateEventContent
§fn from(c: MemberHintsEventContent) -> AnyStateEventContent
fn from(c: MemberHintsEventContent) -> AnyStateEventContent
§impl From<PolicyRuleRoomEventContent> for AnyStateEventContent
impl From<PolicyRuleRoomEventContent> for AnyStateEventContent
§fn from(c: PolicyRuleRoomEventContent) -> AnyStateEventContent
fn from(c: PolicyRuleRoomEventContent) -> AnyStateEventContent
§impl From<PolicyRuleServerEventContent> for AnyStateEventContent
impl From<PolicyRuleServerEventContent> for AnyStateEventContent
§fn from(c: PolicyRuleServerEventContent) -> AnyStateEventContent
fn from(c: PolicyRuleServerEventContent) -> AnyStateEventContent
§impl From<PolicyRuleUserEventContent> for AnyStateEventContent
impl From<PolicyRuleUserEventContent> for AnyStateEventContent
§fn from(c: PolicyRuleUserEventContent) -> AnyStateEventContent
fn from(c: PolicyRuleUserEventContent) -> AnyStateEventContent
§impl From<RoomAliasesEventContent> for AnyStateEventContent
impl From<RoomAliasesEventContent> for AnyStateEventContent
§fn from(c: RoomAliasesEventContent) -> AnyStateEventContent
fn from(c: RoomAliasesEventContent) -> AnyStateEventContent
§impl From<RoomAvatarEventContent> for AnyStateEventContent
impl From<RoomAvatarEventContent> for AnyStateEventContent
§fn from(c: RoomAvatarEventContent) -> AnyStateEventContent
fn from(c: RoomAvatarEventContent) -> AnyStateEventContent
§impl From<RoomCanonicalAliasEventContent> for AnyStateEventContent
impl From<RoomCanonicalAliasEventContent> for AnyStateEventContent
§fn from(c: RoomCanonicalAliasEventContent) -> AnyStateEventContent
fn from(c: RoomCanonicalAliasEventContent) -> AnyStateEventContent
§impl From<RoomCreateEventContent> for AnyStateEventContent
impl From<RoomCreateEventContent> for AnyStateEventContent
§fn from(c: RoomCreateEventContent) -> AnyStateEventContent
fn from(c: RoomCreateEventContent) -> AnyStateEventContent
§impl From<RoomEncryptionEventContent> for AnyStateEventContent
impl From<RoomEncryptionEventContent> for AnyStateEventContent
§fn from(c: RoomEncryptionEventContent) -> AnyStateEventContent
fn from(c: RoomEncryptionEventContent) -> AnyStateEventContent
§impl From<RoomGuestAccessEventContent> for AnyStateEventContent
impl From<RoomGuestAccessEventContent> for AnyStateEventContent
§fn from(c: RoomGuestAccessEventContent) -> AnyStateEventContent
fn from(c: RoomGuestAccessEventContent) -> AnyStateEventContent
§impl From<RoomHistoryVisibilityEventContent> for AnyStateEventContent
impl From<RoomHistoryVisibilityEventContent> for AnyStateEventContent
§fn from(c: RoomHistoryVisibilityEventContent) -> AnyStateEventContent
fn from(c: RoomHistoryVisibilityEventContent) -> AnyStateEventContent
§impl From<RoomJoinRulesEventContent> for AnyStateEventContent
impl From<RoomJoinRulesEventContent> for AnyStateEventContent
§fn from(c: RoomJoinRulesEventContent) -> AnyStateEventContent
fn from(c: RoomJoinRulesEventContent) -> AnyStateEventContent
§impl From<RoomMemberEventContent> for AnyStateEventContent
impl From<RoomMemberEventContent> for AnyStateEventContent
§fn from(c: RoomMemberEventContent) -> AnyStateEventContent
fn from(c: RoomMemberEventContent) -> AnyStateEventContent
§impl From<RoomNameEventContent> for AnyStateEventContent
impl From<RoomNameEventContent> for AnyStateEventContent
§fn from(c: RoomNameEventContent) -> AnyStateEventContent
fn from(c: RoomNameEventContent) -> AnyStateEventContent
§impl From<RoomPinnedEventsEventContent> for AnyStateEventContent
impl From<RoomPinnedEventsEventContent> for AnyStateEventContent
§fn from(c: RoomPinnedEventsEventContent) -> AnyStateEventContent
fn from(c: RoomPinnedEventsEventContent) -> AnyStateEventContent
§impl From<RoomPowerLevelsEventContent> for AnyStateEventContent
impl From<RoomPowerLevelsEventContent> for AnyStateEventContent
§fn from(c: RoomPowerLevelsEventContent) -> AnyStateEventContent
fn from(c: RoomPowerLevelsEventContent) -> AnyStateEventContent
§impl From<RoomServerAclEventContent> for AnyStateEventContent
impl From<RoomServerAclEventContent> for AnyStateEventContent
§fn from(c: RoomServerAclEventContent) -> AnyStateEventContent
fn from(c: RoomServerAclEventContent) -> AnyStateEventContent
§impl From<RoomThirdPartyInviteEventContent> for AnyStateEventContent
impl From<RoomThirdPartyInviteEventContent> for AnyStateEventContent
§fn from(c: RoomThirdPartyInviteEventContent) -> AnyStateEventContent
fn from(c: RoomThirdPartyInviteEventContent) -> AnyStateEventContent
§impl From<RoomTombstoneEventContent> for AnyStateEventContent
impl From<RoomTombstoneEventContent> for AnyStateEventContent
§fn from(c: RoomTombstoneEventContent) -> AnyStateEventContent
fn from(c: RoomTombstoneEventContent) -> AnyStateEventContent
§impl From<RoomTopicEventContent> for AnyStateEventContent
impl From<RoomTopicEventContent> for AnyStateEventContent
§fn from(c: RoomTopicEventContent) -> AnyStateEventContent
fn from(c: RoomTopicEventContent) -> AnyStateEventContent
§impl From<SpaceChildEventContent> for AnyStateEventContent
impl From<SpaceChildEventContent> for AnyStateEventContent
§fn from(c: SpaceChildEventContent) -> AnyStateEventContent
fn from(c: SpaceChildEventContent) -> AnyStateEventContent
§impl From<SpaceParentEventContent> for AnyStateEventContent
impl From<SpaceParentEventContent> for AnyStateEventContent
§fn from(c: SpaceParentEventContent) -> AnyStateEventContent
fn from(c: SpaceParentEventContent) -> AnyStateEventContent
§impl Serialize for AnyStateEventContent
impl Serialize for AnyStateEventContent
§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,
§impl StateEventContent for AnyStateEventContent
impl StateEventContent for AnyStateEventContent
§fn event_type(&self) -> StateEventType
fn event_type(&self) -> StateEventType
m.room.name
.impl JsonCastable<AnyStateEventContent> for BeaconInfoEventContent
impl JsonCastable<AnyStateEventContent> for CallMemberEventContent
impl JsonCastable<AnyStateEventContent> for MemberHintsEventContent
impl JsonCastable<AnyStateEventContent> for PolicyRuleRoomEventContent
impl JsonCastable<AnyStateEventContent> for PolicyRuleServerEventContent
impl JsonCastable<AnyStateEventContent> for PolicyRuleUserEventContent
impl JsonCastable<AnyStateEventContent> for RoomAliasesEventContent
impl JsonCastable<AnyStateEventContent> for RoomAvatarEventContent
impl JsonCastable<AnyStateEventContent> for RoomCanonicalAliasEventContent
impl JsonCastable<AnyStateEventContent> for RoomCreateEventContent
impl JsonCastable<AnyStateEventContent> for RoomEncryptionEventContent
impl JsonCastable<AnyStateEventContent> for RoomGuestAccessEventContent
impl JsonCastable<AnyStateEventContent> for RoomHistoryVisibilityEventContent
impl JsonCastable<AnyStateEventContent> for RoomJoinRulesEventContent
impl JsonCastable<AnyStateEventContent> for RoomMemberEventContent
impl JsonCastable<AnyStateEventContent> for RoomNameEventContent
impl JsonCastable<AnyStateEventContent> for RoomPinnedEventsEventContent
impl JsonCastable<AnyStateEventContent> for RoomPowerLevelsEventContent
impl JsonCastable<AnyStateEventContent> for RoomServerAclEventContent
impl JsonCastable<AnyStateEventContent> for RoomThirdPartyInviteEventContent
impl JsonCastable<AnyStateEventContent> for RoomTombstoneEventContent
impl JsonCastable<AnyStateEventContent> for RoomTopicEventContent
impl JsonCastable<AnyStateEventContent> for SpaceChildEventContent
impl JsonCastable<AnyStateEventContent> for SpaceParentEventContent
impl JsonCastable<Map<String, Value>> for AnyStateEventContent
Auto Trait Implementations§
impl Freeze for AnyStateEventContent
impl RefUnwindSafe for AnyStateEventContent
impl Send for AnyStateEventContent
impl Sync for AnyStateEventContent
impl Unpin for AnyStateEventContent
impl UnwindSafe for AnyStateEventContent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> CompatExt for T
impl<T> CompatExt for T
Source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
Source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Arc<>
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more