Enum ruma_events::StateEventType [−][src]
pub enum StateEventType {
Show variants
PolicyRuleRoom,
PolicyRuleServer,
PolicyRuleUser,
RoomAliases,
RoomAvatar,
RoomCanonicalAlias,
RoomCreate,
RoomEncryption,
RoomGuestAccess,
RoomHistoryVisibility,
RoomJoinRules,
RoomMember,
RoomName,
RoomPinnedEvents,
RoomPowerLevels,
RoomServerAcl,
RoomThirdPartyInvite,
RoomTombstone,
RoomTopic,
SpaceChild,
SpaceParent,
// some variants omitted
}Expand description
The type of StateEventType this is.
This type can hold an arbitrary string. To check for events that are not available as a
documented variant here, use its string representation, obtained through .as_str().
Variants
m.policy.rule.room
m.policy.rule.server
m.policy.rule.user
m.room.aliases
m.room.avatar
m.room.canonical_alias
m.room.create
m.room.encryption
m.room.guest_access
m.room.history_visibility
m.room.join_rules
m.room.member
m.room.name
m.room.pinned_events
m.room.power_levels
m.room.server_acl
m.room.third_party_invite
m.room.tombstone
m.room.topic
unstable-pre-spec only.m.space.child
unstable-pre-spec only.m.space.parent
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for StateEventTypeimpl Send for StateEventTypeimpl Sync for StateEventTypeimpl Unpin for StateEventTypeimpl UnwindSafe for StateEventTypeBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V