Enum ruma_common::events::AnySyncStateEvent
source · [−]#[non_exhaustive]
pub enum AnySyncStateEvent {
Show 21 variants
PolicyRuleRoom(SyncPolicyRuleRoomEvent),
PolicyRuleServer(SyncPolicyRuleServerEvent),
PolicyRuleUser(SyncPolicyRuleUserEvent),
RoomAliases(SyncRoomAliasesEvent),
RoomAvatar(SyncRoomAvatarEvent),
RoomCanonicalAlias(SyncRoomCanonicalAliasEvent),
RoomCreate(SyncRoomCreateEvent),
RoomEncryption(SyncRoomEncryptionEvent),
RoomGuestAccess(SyncRoomGuestAccessEvent),
RoomHistoryVisibility(SyncRoomHistoryVisibilityEvent),
RoomJoinRules(SyncRoomJoinRulesEvent),
RoomMember(SyncRoomMemberEvent),
RoomName(SyncRoomNameEvent),
RoomPinnedEvents(SyncRoomPinnedEventsEvent),
RoomPowerLevels(SyncRoomPowerLevelsEvent),
RoomServerAcl(SyncRoomServerAclEvent),
RoomThirdPartyInvite(SyncRoomThirdPartyInviteEvent),
RoomTombstone(SyncRoomTombstoneEvent),
RoomTopic(SyncRoomTopicEvent),
SpaceChild(SyncSpaceChildEvent),
SpaceParent(SyncSpaceParentEvent),
// some variants omitted
}
Expand description
Any state event.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
PolicyRuleRoom(SyncPolicyRuleRoomEvent)
m.policy.rule.room
PolicyRuleServer(SyncPolicyRuleServerEvent)
m.policy.rule.server
PolicyRuleUser(SyncPolicyRuleUserEvent)
m.policy.rule.user
RoomAliases(SyncRoomAliasesEvent)
m.room.aliases
RoomAvatar(SyncRoomAvatarEvent)
m.room.avatar
RoomCanonicalAlias(SyncRoomCanonicalAliasEvent)
m.room.canonical_alias
RoomCreate(SyncRoomCreateEvent)
m.room.create
RoomEncryption(SyncRoomEncryptionEvent)
m.room.encryption
RoomGuestAccess(SyncRoomGuestAccessEvent)
m.room.guest_access
RoomHistoryVisibility(SyncRoomHistoryVisibilityEvent)
m.room.history_visibility
RoomJoinRules(SyncRoomJoinRulesEvent)
m.room.join_rules
RoomMember(SyncRoomMemberEvent)
m.room.member
RoomName(SyncRoomNameEvent)
m.room.name
RoomPinnedEvents(SyncRoomPinnedEventsEvent)
m.room.pinned_events
RoomPowerLevels(SyncRoomPowerLevelsEvent)
m.room.power_levels
RoomServerAcl(SyncRoomServerAclEvent)
m.room.server_acl
RoomThirdPartyInvite(SyncRoomThirdPartyInviteEvent)
m.room.third_party_invite
RoomTombstone(SyncRoomTombstoneEvent)
m.room.tombstone
RoomTopic(SyncRoomTopicEvent)
m.room.topic
SpaceChild(SyncSpaceChildEvent)
m.space.child
SpaceParent(SyncSpaceParentEvent)
m.space.parent
Implementations
sourceimpl AnySyncStateEvent
impl AnySyncStateEvent
sourcepub fn event_type(&self) -> StateEventType
pub fn event_type(&self) -> StateEventType
Returns the type
of this event.
sourcepub fn original_content(&self) -> Option<AnyStateEventContent>
pub fn original_content(&self) -> Option<AnyStateEventContent>
Returns the content for this event if it is not redacted, or None
if it is.
sourcepub fn origin_server_ts(&self) -> MilliSecondsSinceUnixEpoch
pub fn origin_server_ts(&self) -> MilliSecondsSinceUnixEpoch
Returns this event’s origin_server_ts
field.
sourcepub fn transaction_id(&self) -> Option<&TransactionId>
pub fn transaction_id(&self) -> Option<&TransactionId>
Returns this event’s transaction_id
from inside unsigned
, if there is one.
sourceimpl AnySyncStateEvent
impl AnySyncStateEvent
sourcepub fn into_full_event(self, room_id: OwnedRoomId) -> AnyStateEvent
pub fn into_full_event(self, room_id: OwnedRoomId) -> AnyStateEvent
Convert this sync event into a full event (one with a room_id
field).
Trait Implementations
sourceimpl Clone for AnySyncStateEvent
impl Clone for AnySyncStateEvent
sourcefn clone(&self) -> AnySyncStateEvent
fn clone(&self) -> AnySyncStateEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AnySyncStateEvent
impl Debug for AnySyncStateEvent
sourceimpl<'de> Deserialize<'de> for AnySyncStateEvent
impl<'de> Deserialize<'de> for AnySyncStateEvent
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<AnyStateEvent> for AnySyncStateEvent
impl From<AnyStateEvent> for AnySyncStateEvent
sourcefn from(event: AnyStateEvent) -> Self
fn from(event: AnyStateEvent) -> Self
Converts to this type from the input type.
sourceimpl From<AnySyncStateEvent> for AnySyncRoomEvent
impl From<AnySyncStateEvent> for AnySyncRoomEvent
sourcefn from(c: AnySyncStateEvent) -> Self
fn from(c: AnySyncStateEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<PolicyRuleRoomEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<PolicyRuleRoomEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncPolicyRuleRoomEvent) -> Self
fn from(c: SyncPolicyRuleRoomEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<PolicyRuleServerEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<PolicyRuleServerEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncPolicyRuleServerEvent) -> Self
fn from(c: SyncPolicyRuleServerEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<PolicyRuleUserEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<PolicyRuleUserEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncPolicyRuleUserEvent) -> Self
fn from(c: SyncPolicyRuleUserEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomAliasesEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomAliasesEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomAliasesEvent) -> Self
fn from(c: SyncRoomAliasesEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomAvatarEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomAvatarEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomAvatarEvent) -> Self
fn from(c: SyncRoomAvatarEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomCanonicalAliasEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomCanonicalAliasEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomCanonicalAliasEvent) -> Self
fn from(c: SyncRoomCanonicalAliasEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomCreateEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomCreateEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomCreateEvent) -> Self
fn from(c: SyncRoomCreateEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomEncryptionEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomEncryptionEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomEncryptionEvent) -> Self
fn from(c: SyncRoomEncryptionEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomGuestAccessEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomGuestAccessEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomGuestAccessEvent) -> Self
fn from(c: SyncRoomGuestAccessEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomHistoryVisibilityEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomHistoryVisibilityEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomHistoryVisibilityEvent) -> Self
fn from(c: SyncRoomHistoryVisibilityEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomJoinRulesEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomJoinRulesEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomJoinRulesEvent) -> Self
fn from(c: SyncRoomJoinRulesEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomMemberEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomMemberEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomMemberEvent) -> Self
fn from(c: SyncRoomMemberEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomNameEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomNameEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomNameEvent) -> Self
fn from(c: SyncRoomNameEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomPinnedEventsEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomPinnedEventsEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomPinnedEventsEvent) -> Self
fn from(c: SyncRoomPinnedEventsEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomPowerLevelsEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomPowerLevelsEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomPowerLevelsEvent) -> Self
fn from(c: SyncRoomPowerLevelsEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomServerAclEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomServerAclEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomServerAclEvent) -> Self
fn from(c: SyncRoomServerAclEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomThirdPartyInviteEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomThirdPartyInviteEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomThirdPartyInviteEvent) -> Self
fn from(c: SyncRoomThirdPartyInviteEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomTombstoneEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomTombstoneEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomTombstoneEvent) -> Self
fn from(c: SyncRoomTombstoneEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<RoomTopicEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<RoomTopicEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncRoomTopicEvent) -> Self
fn from(c: SyncRoomTopicEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<SpaceChildEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<SpaceChildEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncSpaceChildEvent) -> Self
fn from(c: SyncSpaceChildEvent) -> Self
Converts to this type from the input type.
sourceimpl From<SyncStateEvent<SpaceParentEventContent>> for AnySyncStateEvent
impl From<SyncStateEvent<SpaceParentEventContent>> for AnySyncStateEvent
sourcefn from(c: SyncSpaceParentEvent) -> Self
fn from(c: SyncSpaceParentEvent) -> Self
Converts to this type from the input type.
sourceimpl Redact for AnySyncStateEvent
impl Redact for AnySyncStateEvent
type Redacted = AnySyncStateEvent
type Redacted = AnySyncStateEvent
The redacted form of the event.
sourcefn redact(
self,
redaction: SyncRoomRedactionEvent,
version: &RoomVersionId
) -> Self
fn redact(
self,
redaction: SyncRoomRedactionEvent,
version: &RoomVersionId
) -> Self
Transforms self
into a redacted form (removing most fields) according to the spec. Read more
Auto Trait Implementations
impl RefUnwindSafe for AnySyncStateEvent
impl Send for AnySyncStateEvent
impl Sync for AnySyncStateEvent
impl Unpin for AnySyncStateEvent
impl UnwindSafe for AnySyncStateEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more