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

Content of a state event.

Required Associated Types§

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

The type of the event’s state_key field.

Object Safety§

This trait is not object safe.

Implementors§

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedCallMemberEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedPolicyRuleRoomEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedPolicyRuleServerEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedPolicyRuleUserEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomAliasesEventContent

§

impl PossiblyRedactedStateEventContent for RoomAvatarEventContent

§

impl PossiblyRedactedStateEventContent for RoomCanonicalAliasEventContent

§

impl PossiblyRedactedStateEventContent for RoomCreateEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomEncryptionEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomGuestAccessEventContent

§

impl PossiblyRedactedStateEventContent for RoomHistoryVisibilityEventContent

§

impl PossiblyRedactedStateEventContent for RoomJoinRulesEventContent

§

impl PossiblyRedactedStateEventContent for RoomMemberEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomNameEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomPinnedEventsEventContent

§

impl PossiblyRedactedStateEventContent for RoomPowerLevelsEventContent

§

impl PossiblyRedactedStateEventContent for RoomServerAclEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomThirdPartyInviteEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomTombstoneEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedRoomTopicEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedSpaceChildEventContent

§

impl PossiblyRedactedStateEventContent for PossiblyRedactedSpaceParentEventContent