Enum ruma_events::AnyStateEventContent

source ·
pub enum AnyStateEventContent {
Show 22 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), CallMember(CallMemberEventContent), // some variants omitted
}
Expand description

Any state event.

Variants§

§

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

§

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.

Trait Implementations§

source§

impl Clone for AnyStateEventContent

source§

fn clone(&self) -> AnyStateEventContent

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AnyStateEventContent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl EventContent for AnyStateEventContent

§

type EventType = StateEventType

The Rust enum for the event kind’s known types.
source§

fn event_type(&self) -> Self::EventType

Get the event’s type, like m.room.message.
source§

impl From<CallMemberEventContent> for AnyStateEventContent

source§

fn from(c: CallMemberEventContent) -> Self

Converts to this type from the input type.
source§

impl From<PolicyRuleRoomEventContent> for AnyStateEventContent

source§

fn from(c: PolicyRuleRoomEventContent) -> Self

Converts to this type from the input type.
source§

impl From<PolicyRuleServerEventContent> for AnyStateEventContent

source§

fn from(c: PolicyRuleServerEventContent) -> Self

Converts to this type from the input type.
source§

impl From<PolicyRuleUserEventContent> for AnyStateEventContent

source§

fn from(c: PolicyRuleUserEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomAliasesEventContent> for AnyStateEventContent

source§

fn from(c: RoomAliasesEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomAvatarEventContent> for AnyStateEventContent

source§

fn from(c: RoomAvatarEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomCanonicalAliasEventContent> for AnyStateEventContent

source§

fn from(c: RoomCanonicalAliasEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomCreateEventContent> for AnyStateEventContent

source§

fn from(c: RoomCreateEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomEncryptionEventContent> for AnyStateEventContent

source§

fn from(c: RoomEncryptionEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomGuestAccessEventContent> for AnyStateEventContent

source§

fn from(c: RoomGuestAccessEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomHistoryVisibilityEventContent> for AnyStateEventContent

source§

fn from(c: RoomHistoryVisibilityEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomJoinRulesEventContent> for AnyStateEventContent

source§

fn from(c: RoomJoinRulesEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomMemberEventContent> for AnyStateEventContent

source§

fn from(c: RoomMemberEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomNameEventContent> for AnyStateEventContent

source§

fn from(c: RoomNameEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomPinnedEventsEventContent> for AnyStateEventContent

source§

fn from(c: RoomPinnedEventsEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomPowerLevelsEventContent> for AnyStateEventContent

source§

fn from(c: RoomPowerLevelsEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomServerAclEventContent> for AnyStateEventContent

source§

fn from(c: RoomServerAclEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomThirdPartyInviteEventContent> for AnyStateEventContent

source§

fn from(c: RoomThirdPartyInviteEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomTombstoneEventContent> for AnyStateEventContent

source§

fn from(c: RoomTombstoneEventContent) -> Self

Converts to this type from the input type.
source§

impl From<RoomTopicEventContent> for AnyStateEventContent

source§

fn from(c: RoomTopicEventContent) -> Self

Converts to this type from the input type.
source§

impl From<SpaceChildEventContent> for AnyStateEventContent

source§

fn from(c: SpaceChildEventContent) -> Self

Converts to this type from the input type.
source§

impl From<SpaceParentEventContent> for AnyStateEventContent

source§

fn from(c: SpaceParentEventContent) -> Self

Converts to this type from the input type.
source§

impl Serialize for AnyStateEventContent

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl StateEventContent for AnyStateEventContent

§

type StateKey = String

The type of the event’s state_key field.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more