pub trait PossiblyRedactedStateEventContent: EventContent<EventType = StateEventType> {
    type StateKey: AsRef<str> + Clone + Debug + DeserializeOwned + Serialize;
}
Expand description

Content of a state event.

Required Associated Types§

source

type StateKey: AsRef<str> + Clone + Debug + DeserializeOwned + Serialize

The type of the event’s state_key field.

Implementors§

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedPolicyRuleRoomEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedPolicyRuleServerEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedPolicyRuleUserEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomAliasesEventContent

§

type StateKey = OwnedServerName

source§

impl PossiblyRedactedStateEventContent for RoomAvatarEventContent

source§

impl PossiblyRedactedStateEventContent for RoomCanonicalAliasEventContent

source§

impl PossiblyRedactedStateEventContent for RoomCreateEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomEncryptionEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomGuestAccessEventContent

source§

impl PossiblyRedactedStateEventContent for RoomHistoryVisibilityEventContent

source§

impl PossiblyRedactedStateEventContent for RoomJoinRulesEventContent

source§

impl PossiblyRedactedStateEventContent for RoomMemberEventContent

§

type StateKey = OwnedUserId

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomNameEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomPinnedEventsEventContent

source§

impl PossiblyRedactedStateEventContent for RoomPowerLevelsEventContent

source§

impl PossiblyRedactedStateEventContent for RoomServerAclEventContent

source§

impl PossiblyRedactedStateEventContent for RoomThirdPartyInviteEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomTombstoneEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomTopicEventContent

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedSpaceChildEventContent

§

type StateKey = OwnedRoomId

source§

impl PossiblyRedactedStateEventContent for PossiblyRedactedSpaceParentEventContent

§

type StateKey = OwnedRoomId