Enum ruma_events::AnyRedactedRoomEvent [−][src]
pub enum AnyRedactedRoomEvent {
Message(AnyRedactedMessageEvent),
State(AnyRedactedStateEvent),
}Expand description
Any redacted room event.
Variants
Message(AnyRedactedMessageEvent)Any message event that has been redacted.
State(AnyRedactedStateEvent)Any state event that has been redacted.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AnyRedactedRoomEventimpl Send for AnyRedactedRoomEventimpl Sync for AnyRedactedRoomEventimpl Unpin for AnyRedactedRoomEventimpl UnwindSafe for AnyRedactedRoomEventBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V