pub enum AnyStrippedStateEvent {
Show 21 variants PolicyRuleRoom(StrippedStateEvent<PossiblyRedactedPolicyRuleRoomEventContent>), PolicyRuleServer(StrippedStateEvent<PossiblyRedactedPolicyRuleServerEventContent>), PolicyRuleUser(StrippedStateEvent<PossiblyRedactedPolicyRuleUserEventContent>), RoomAliases(StrippedStateEvent<PossiblyRedactedRoomAliasesEventContent>), RoomAvatar(StrippedStateEvent<RoomAvatarEventContent>), RoomCanonicalAlias(StrippedStateEvent<RoomCanonicalAliasEventContent>), RoomCreate(StrippedStateEvent<RoomCreateEventContent>), RoomEncryption(StrippedStateEvent<PossiblyRedactedRoomEncryptionEventContent>), RoomGuestAccess(StrippedStateEvent<PossiblyRedactedRoomGuestAccessEventContent>), RoomHistoryVisibility(StrippedStateEvent<RoomHistoryVisibilityEventContent>), RoomJoinRules(StrippedStateEvent<RoomJoinRulesEventContent>), RoomMember(StrippedStateEvent<RoomMemberEventContent>), RoomName(StrippedStateEvent<RoomNameEventContent>), RoomPinnedEvents(StrippedStateEvent<PossiblyRedactedRoomPinnedEventsEventContent>), RoomPowerLevels(StrippedStateEvent<RoomPowerLevelsEventContent>), RoomServerAcl(StrippedStateEvent<RoomServerAclEventContent>), RoomThirdPartyInvite(StrippedStateEvent<RoomThirdPartyInviteEventContent>), RoomTombstone(StrippedStateEvent<PossiblyRedactedRoomTombstoneEventContent>), RoomTopic(StrippedStateEvent<PossiblyRedactedRoomTopicEventContent>), SpaceChild(StrippedStateEvent<SpaceChildEventContent>), SpaceParent(StrippedStateEvent<SpaceParentEventContent>), // some variants omitted
}
Available on crate feature events only.
Expand description

Any state event.

Variants§

§

PolicyRuleRoom(StrippedStateEvent<PossiblyRedactedPolicyRuleRoomEventContent>)

m.policy.rule.room

§

PolicyRuleServer(StrippedStateEvent<PossiblyRedactedPolicyRuleServerEventContent>)

m.policy.rule.server

§

PolicyRuleUser(StrippedStateEvent<PossiblyRedactedPolicyRuleUserEventContent>)

m.policy.rule.user

§

RoomAliases(StrippedStateEvent<PossiblyRedactedRoomAliasesEventContent>)

m.room.aliases

§

RoomAvatar(StrippedStateEvent<RoomAvatarEventContent>)

m.room.avatar

§

RoomCanonicalAlias(StrippedStateEvent<RoomCanonicalAliasEventContent>)

m.room.canonical_alias

§

RoomCreate(StrippedStateEvent<RoomCreateEventContent>)

m.room.create

§

RoomEncryption(StrippedStateEvent<PossiblyRedactedRoomEncryptionEventContent>)

m.room.encryption

§

RoomGuestAccess(StrippedStateEvent<PossiblyRedactedRoomGuestAccessEventContent>)

m.room.guest_access

§

RoomHistoryVisibility(StrippedStateEvent<RoomHistoryVisibilityEventContent>)

m.room.history_visibility

§

RoomJoinRules(StrippedStateEvent<RoomJoinRulesEventContent>)

m.room.join_rules

§

RoomMember(StrippedStateEvent<RoomMemberEventContent>)

m.room.member

§

RoomName(StrippedStateEvent<RoomNameEventContent>)

m.room.name

§

RoomPinnedEvents(StrippedStateEvent<PossiblyRedactedRoomPinnedEventsEventContent>)

m.room.pinned_events

§

RoomPowerLevels(StrippedStateEvent<RoomPowerLevelsEventContent>)

m.room.power_levels

§

RoomServerAcl(StrippedStateEvent<RoomServerAclEventContent>)

m.room.server_acl

§

RoomThirdPartyInvite(StrippedStateEvent<RoomThirdPartyInviteEventContent>)

m.room.third_party_invite

§

RoomTombstone(StrippedStateEvent<PossiblyRedactedRoomTombstoneEventContent>)

m.room.tombstone

§

RoomTopic(StrippedStateEvent<PossiblyRedactedRoomTopicEventContent>)

m.room.topic

§

SpaceChild(StrippedStateEvent<SpaceChildEventContent>)

m.space.child

§

SpaceParent(StrippedStateEvent<SpaceParentEventContent>)

m.space.parent

Implementations§

source§

impl AnyStrippedStateEvent

source

pub fn event_type(&self) -> StateEventType

Returns the type of this event.

source

pub fn sender(&self) -> &UserId

Returns this event’s sender field.

source

pub fn state_key(&self) -> &str

Returns this event’s state_key field.

Trait Implementations§

source§

impl Clone for AnyStrippedStateEvent

source§

fn clone(&self) -> AnyStrippedStateEvent

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 AnyStrippedStateEvent

source§

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

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

impl<'de> Deserialize<'de> for AnyStrippedStateEvent

source§

fn deserialize<D>(
    deserializer: D
) -> Result<AnyStrippedStateEvent, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<StrippedStateEvent<PossiblyRedactedPolicyRuleRoomEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedPolicyRuleRoomEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedPolicyRuleServerEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedPolicyRuleServerEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedPolicyRuleUserEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedPolicyRuleUserEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedRoomAliasesEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedRoomAliasesEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedRoomEncryptionEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedRoomEncryptionEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedRoomGuestAccessEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedRoomGuestAccessEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedRoomPinnedEventsEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedRoomPinnedEventsEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedRoomTombstoneEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedRoomTombstoneEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<PossiblyRedactedRoomTopicEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<PossiblyRedactedRoomTopicEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomAvatarEventContent>> for AnyStrippedStateEvent

source§

fn from(c: StrippedStateEvent<RoomAvatarEventContent>) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomCanonicalAliasEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<RoomCanonicalAliasEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomCreateEventContent>> for AnyStrippedStateEvent

source§

fn from(c: StrippedStateEvent<RoomCreateEventContent>) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomHistoryVisibilityEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<RoomHistoryVisibilityEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomJoinRulesEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<RoomJoinRulesEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomMemberEventContent>> for AnyStrippedStateEvent

source§

fn from(c: StrippedStateEvent<RoomMemberEventContent>) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomNameEventContent>> for AnyStrippedStateEvent

source§

fn from(c: StrippedStateEvent<RoomNameEventContent>) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomPowerLevelsEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<RoomPowerLevelsEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomServerAclEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<RoomServerAclEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<RoomThirdPartyInviteEventContent>> for AnyStrippedStateEvent

source§

fn from(
    c: StrippedStateEvent<RoomThirdPartyInviteEventContent>
) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<SpaceChildEventContent>> for AnyStrippedStateEvent

source§

fn from(c: StrippedStateEvent<SpaceChildEventContent>) -> AnyStrippedStateEvent

Converts to this type from the input type.
source§

impl From<StrippedStateEvent<SpaceParentEventContent>> for AnyStrippedStateEvent

source§

fn from(c: StrippedStateEvent<SpaceParentEventContent>) -> AnyStrippedStateEvent

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · 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> 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 Twhere
    U: From<T>,

const: unstable · 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> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere
    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 Twhere
    U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere
    V: MultiLane<T>,

§

fn vzip(self) -> V

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
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
source§

impl<T> DeserializeOwned for Twhere
    T: for<'de> Deserialize<'de>,