pub enum MessageLikeEvent<C>{
    Original(OriginalMessageLikeEvent<C>),
    Redacted(RedactedMessageLikeEvent<<C as RedactContent>::Redacted>),
}
Available on crate feature events only.
Expand description

A possibly-redacted message-like event.

MessageLikeEvent implements the comparison traits using only the event_id field, a sorted list would be sorted lexicographically based on the event’s EventId.

Variants§

§

Original(OriginalMessageLikeEvent<C>)

Original, unredacted form of the event.

§

Redacted(RedactedMessageLikeEvent<<C as RedactContent>::Redacted>)

Redacted form of the event with minimal fields.

Implementations§

source§

impl<C> MessageLikeEvent<C>

source

pub fn event_type(&self) -> MessageLikeEventType

Available on crate feature unstable-msc3927 only.

Returns the type of this event.

source

pub fn event_id(&self) -> &EventId

Available on crate feature unstable-msc3927 only.

Returns this event’s event_id field.

source

pub fn sender(&self) -> &UserId

Available on crate feature unstable-msc3927 only.

Returns this event’s sender field.

source

pub fn origin_server_ts(&self) -> MilliSecondsSinceUnixEpoch

Available on crate feature unstable-msc3927 only.

Returns this event’s origin_server_ts field.

source

pub fn room_id(&self) -> &RoomId

Available on crate feature unstable-msc3927 only.

Returns this event’s room_id field.

source

pub fn as_original(&self) -> Option<&OriginalMessageLikeEvent<C>>

Available on crate feature unstable-msc3927 only.

Get the inner OriginalMessageLikeEvent if this is an unredacted event.

Trait Implementations§

source§

impl<C> Clone for MessageLikeEvent<C>

source§

fn clone(&self) -> MessageLikeEvent<C>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<C> Debug for MessageLikeEvent<C>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, C> Deserialize<'de> for MessageLikeEvent<C>

source§

fn deserialize<D>( deserializer: D ) -> Result<MessageLikeEvent<C>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<MessageLikeEvent<AudioEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3927 only.
source§

fn from(c: MessageLikeEvent<AudioEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl<C> From<MessageLikeEvent<C>> for SyncMessageLikeEvent<C>

source§

fn from(full: MessageLikeEvent<C>) -> SyncMessageLikeEvent<C>

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallAnswerEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<CallAnswerEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallCandidatesEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<CallCandidatesEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallHangupEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<CallHangupEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallInviteEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<CallInviteEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallNegotiateEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<CallNegotiateEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallNotifyEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc4075 only.
source§

fn from(c: MessageLikeEvent<CallNotifyEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallRejectEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<CallRejectEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<CallSelectAnswerEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<CallSelectAnswerEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<EmoteEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3954 only.
source§

fn from(c: MessageLikeEvent<EmoteEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<EncryptedEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3956 only.
source§

fn from(c: MessageLikeEvent<EncryptedEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<FileEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3551 only.
source§

fn from(c: MessageLikeEvent<FileEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<ImageEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3552 only.
source§

fn from(c: MessageLikeEvent<ImageEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<KeyVerificationAcceptEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<KeyVerificationAcceptEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<KeyVerificationCancelEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<KeyVerificationCancelEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<KeyVerificationDoneEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<KeyVerificationDoneEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<KeyVerificationKeyEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<KeyVerificationKeyEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<KeyVerificationMacEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<KeyVerificationMacEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<KeyVerificationReadyEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<KeyVerificationReadyEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<KeyVerificationStartEventContent>> for AnyMessageLikeEvent

source§

fn from( c: MessageLikeEvent<KeyVerificationStartEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<LocationEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3488 only.
source§

fn from(c: MessageLikeEvent<LocationEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<MessageEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc1767 only.
source§

fn from(c: MessageLikeEvent<MessageEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<PollEndEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3381 only.
source§

fn from(c: MessageLikeEvent<PollEndEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<PollResponseEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3381 only.
source§

fn from(c: MessageLikeEvent<PollResponseEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<PollStartEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3381 only.
source§

fn from(c: MessageLikeEvent<PollStartEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<ReactionEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<ReactionEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<RoomEncryptedEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<RoomEncryptedEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<RoomMessageEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<RoomMessageEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<StickerEventContent>> for AnyMessageLikeEvent

source§

fn from(c: MessageLikeEvent<StickerEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<UnstablePollEndEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3381 only.
source§

fn from(c: MessageLikeEvent<UnstablePollEndEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<UnstablePollResponseEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3381 only.
source§

fn from( c: MessageLikeEvent<UnstablePollResponseEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<UnstablePollStartEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3381 only.
source§

fn from( c: MessageLikeEvent<UnstablePollStartEventContent> ) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<VideoEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3553 only.
source§

fn from(c: MessageLikeEvent<VideoEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.
source§

impl From<MessageLikeEvent<VoiceEventContent>> for AnyMessageLikeEvent

Available on crate feature unstable-msc3245 only.
source§

fn from(c: MessageLikeEvent<VoiceEventContent>) -> AnyMessageLikeEvent

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, W> HasTypeWitness<W> for T
where W: MakeTypeWitness<Arg = T>, T: ?Sized,

§

const WITNESS: W = W::MAKE

A constant of the type witness
§

impl<T> Identity for T
where T: ?Sized,

§

type Type = T

The same type as Self, used to emulate type equality bounds (T == U) with associated type equality constraints (T: Identity<Type = U>).
§

const TYPE_EQ: TypeEq<T, <T as Identity>::Type> = TypeEq::NEW

Proof that Self is the same type as Self::Type, provides methods for casting between Self and Self::Type.
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

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
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
source§

impl<T> WithSubscriber for T

source§

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
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,