logo
Available on crate feature events only.
Expand description

Any state event.

Variants

PolicyRuleRoom(StateEvent<PolicyRuleRoomEventContent>)

m.policy.rule.room

PolicyRuleServer(StateEvent<PolicyRuleServerEventContent>)

m.policy.rule.server

PolicyRuleUser(StateEvent<PolicyRuleUserEventContent>)

m.policy.rule.user

RoomAliases(StateEvent<RoomAliasesEventContent>)

m.room.aliases

RoomAvatar(StateEvent<RoomAvatarEventContent>)

m.room.avatar

RoomCanonicalAlias(StateEvent<RoomCanonicalAliasEventContent>)

m.room.canonical_alias

RoomCreate(StateEvent<RoomCreateEventContent>)

m.room.create

RoomEncryption(StateEvent<RoomEncryptionEventContent>)

m.room.encryption

RoomGuestAccess(StateEvent<RoomGuestAccessEventContent>)

m.room.guest_access

RoomHistoryVisibility(StateEvent<RoomHistoryVisibilityEventContent>)

m.room.history_visibility

RoomJoinRules(StateEvent<RoomJoinRulesEventContent>)

m.room.join_rules

RoomMember(StateEvent<RoomMemberEventContent>)

m.room.member

RoomName(StateEvent<RoomNameEventContent>)

m.room.name

RoomPinnedEvents(StateEvent<RoomPinnedEventsEventContent>)

m.room.pinned_events

RoomPowerLevels(StateEvent<RoomPowerLevelsEventContent>)

m.room.power_levels

RoomServerAcl(StateEvent<RoomServerAclEventContent>)

m.room.server_acl

RoomThirdPartyInvite(StateEvent<RoomThirdPartyInviteEventContent>)

m.room.third_party_invite

RoomTombstone(StateEvent<RoomTombstoneEventContent>)

m.room.tombstone

RoomTopic(StateEvent<RoomTopicEventContent>)

m.room.topic

SpaceChild(StateEvent<SpaceChildEventContent>)

m.space.child

SpaceParent(StateEvent<SpaceParentEventContent>)

m.space.parent

Implementations

Returns the type of this event.

Returns the content for this event if it is not redacted, or None if it is.

Returns this event’s origin_server_ts field.

Returns this event’s room_id field.

Returns this event’s event_id field.

Returns this event’s sender field.

Returns this event’s state_key field.

Returns this event’s transaction_id from inside unsigned, if there is one.

Returns this event’s relations from inside unsigned, if that field exists.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
The redacted form of the event.
Transforms self into a redacted form (removing most fields) according to the spec. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

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

Calls U::from(self).

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

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more