Enum ruma_events::AnyMessageEventContent[][src]

pub enum AnyMessageEventContent {
Show variants CallAnswer(AnswerEventContent), CallInvite(InviteEventContent), CallHangup(HangupEventContent), CallCandidates(CandidatesEventContent), KeyVerificationReady(ReadyEventContent), KeyVerificationStart(StartEventContent), KeyVerificationCancel(CancelEventContent), KeyVerificationAccept(AcceptEventContent), KeyVerificationKey(KeyEventContent), KeyVerificationMac(MacEventContent), KeyVerificationDone(DoneEventContent), Reaction(ReactionEventContent), RoomEncrypted(EncryptedEventContent), RoomMessage(MessageEventContent), RoomMessageFeedback(FeedbackEventContent), RoomRedaction(RedactionEventContent), Sticker(StickerEventContent), // some variants omitted
}
Expand description

Any message event.

Variants

CallAnswer(AnswerEventContent)

m.call.answer

CallInvite(InviteEventContent)

m.call.invite

CallHangup(HangupEventContent)

m.call.hangup

CallCandidates(CandidatesEventContent)

m.call.candidates

KeyVerificationReady(ReadyEventContent)
This is supported on crate feature unstable-pre-spec only.

m.key.verification.ready

KeyVerificationStart(StartEventContent)
This is supported on crate feature unstable-pre-spec only.

m.key.verification.start

KeyVerificationCancel(CancelEventContent)
This is supported on crate feature unstable-pre-spec only.

m.key.verification.cancel

KeyVerificationAccept(AcceptEventContent)
This is supported on crate feature unstable-pre-spec only.

m.key.verification.accept

KeyVerificationKey(KeyEventContent)
This is supported on crate feature unstable-pre-spec only.

m.key.verification.key

KeyVerificationMac(MacEventContent)
This is supported on crate feature unstable-pre-spec only.

m.key.verification.mac

KeyVerificationDone(DoneEventContent)
This is supported on crate feature unstable-pre-spec only.

m.key.verification.done

This is supported on crate feature unstable-pre-spec only.

m.reaction

RoomEncrypted(EncryptedEventContent)

m.room.encrypted

RoomMessage(MessageEventContent)

m.room.message

RoomMessageFeedback(FeedbackEventContent)

m.room.message.feedback

RoomRedaction(RedactionEventContent)

m.room.redaction

m.sticker

Implementations

Get a copy of the event’s m.relates_to field, if any.

This is a helper function intended for encryption. There should not be a reason to access m.relates_to without first destructuring an AnyMessageEventContent otherwise.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

A matrix event identifier, like m.room.message.

Constructs the given event content.

Redacts Self given a RoomVersionId.

The redacted form of the event’s content.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.