Struct matrix_sdk_crypto::olm::ShareInfo [−][src]
Expand description
Struct holding info about the share state of a outbound group session.
Fields
sender_key: StringThe sender key of the device that was used to encrypt the room key.
message_index: u32The message index that the device received.
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 ShareInfo
impl UnwindSafe for ShareInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more