Structs§
- Decrypted
Room Event - A successfully-decrypted encrypted event.
- Encryption
Info - Struct containing information on how an event was decrypted.
- Thread
Summary - A simplified thread summary.
- Timeline
Event - Represents a Matrix room event that has been returned from
/sync
, after initial processing. - ToDevice
Unable ToDecrypt Info - Metadata about a to-device event that could not be decrypted.
- Unable
ToDecrypt Info - Metadata about an event that could not be decrypted.
Enums§
- Algorithm
Info - The algorithm specific information of a decrypted event.
- Device
Link Problem - The sub-enum containing detailed information on why we were not able to link a message back to a device.
- Processed
ToDevice Event - Represents a to-device event after it has been processed by the Olm machine.
- Shield
State - Recommended decorations for decrypted messages, representing the message’s authenticity properties.
- Shield
State Code - A machine-readable representation of the authenticity for a
ShieldState
. - Thread
Summary Status - The status of a thread summary.
- Timeline
Event Kind - The event within a
TimelineEvent
, together with encryption data. - ToDevice
Unable ToDecrypt Reason - Reason code for a to-device decryption failure
- Unable
ToDecrypt Reason - Reason code for a decryption failure
- Unsigned
Decryption Result - The result of the decryption of an event bundled in an
unsigned
object. - Unsigned
Event Location - The location of an event bundled in an
unsigned
object. - Verification
Level - The sub-enum containing detailed information on why a message is considered to be unverified.
- Verification
State - Represents the state of verification for a decrypted message sent by a device.
- Withheld
Code - A machine-readable code for why a Megolm key was not sent.
Constants§
Functions§
- deserialize_
utd_ reason - Provides basic backward compatibility for deserializing older serialized
UnableToDecryptReason
values.