Struct matrix_sdk_crypto::olm::OlmMessageHash [−][src]
Expand description
A hash of a successfully decrypted Olm message.
Can be used to check if a message has been replayed to us.
Fields
sender_key: StringThe curve25519 key of the sender that sent us the Olm message.
hash: StringThe hash of the message.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for OlmMessageHash
impl Send for OlmMessageHash
impl Sync for OlmMessageHash
impl Unpin for OlmMessageHash
impl UnwindSafe for OlmMessageHash
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more