Enum ruma_events::AnyRedactedMessageEventContent [−][src]
pub enum AnyRedactedMessageEventContent {
Show variants
CallAnswer(RedactedAnswerEventContent),
CallInvite(RedactedInviteEventContent),
CallHangup(RedactedHangupEventContent),
CallCandidates(RedactedCandidatesEventContent),
KeyVerificationReady(RedactedReadyEventContent),
KeyVerificationStart(RedactedStartEventContent),
KeyVerificationCancel(RedactedCancelEventContent),
KeyVerificationAccept(RedactedAcceptEventContent),
KeyVerificationKey(RedactedKeyEventContent),
KeyVerificationMac(RedactedMacEventContent),
KeyVerificationDone(RedactedDoneEventContent),
Reaction(RedactedReactionEventContent),
RoomEncrypted(RedactedEncryptedEventContent),
RoomMessage(RedactedMessageEventContent),
RoomMessageFeedback(RedactedFeedbackEventContent),
RoomRedaction(RedactedRedactionEventContent),
Sticker(RedactedStickerEventContent),
// some variants omitted
}Expand description
Any message event.
Variants
CallAnswer(RedactedAnswerEventContent)m.call.answer
CallInvite(RedactedInviteEventContent)m.call.invite
CallHangup(RedactedHangupEventContent)m.call.hangup
CallCandidates(RedactedCandidatesEventContent)m.call.candidates
KeyVerificationReady(RedactedReadyEventContent)This is supported on crate feature
unstable-pre-spec only.m.key.verification.ready
KeyVerificationStart(RedactedStartEventContent)This is supported on crate feature
unstable-pre-spec only.m.key.verification.start
KeyVerificationCancel(RedactedCancelEventContent)This is supported on crate feature
unstable-pre-spec only.m.key.verification.cancel
KeyVerificationAccept(RedactedAcceptEventContent)This is supported on crate feature
unstable-pre-spec only.m.key.verification.accept
KeyVerificationKey(RedactedKeyEventContent)This is supported on crate feature
unstable-pre-spec only.m.key.verification.key
KeyVerificationMac(RedactedMacEventContent)This is supported on crate feature
unstable-pre-spec only.m.key.verification.mac
KeyVerificationDone(RedactedDoneEventContent)This is supported on crate feature
unstable-pre-spec only.m.key.verification.done
Reaction(RedactedReactionEventContent)This is supported on crate feature
unstable-pre-spec only.m.reaction
RoomEncrypted(RedactedEncryptedEventContent)m.room.encrypted
RoomMessage(RedactedMessageEventContent)m.room.message
RoomMessageFeedback(RedactedFeedbackEventContent)m.room.message.feedback
RoomRedaction(RedactedRedactionEventContent)m.room.redaction
Sticker(RedactedStickerEventContent)m.sticker
Trait Implementations
Auto Trait Implementations
impl Send for AnyRedactedMessageEventContentimpl Sync for AnyRedactedMessageEventContentimpl Unpin for AnyRedactedMessageEventContentimpl UnwindSafe for AnyRedactedMessageEventContentBlanket 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