Struct matrix_sdk_crypto::olm::SessionPickle [−][src]
pub struct SessionPickle(_);Expand description
The typed representation of a base64 encoded string of the Olm Session pickle.
Implementations
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 SessionPickle
impl Send for SessionPickle
impl Sync for SessionPickle
impl Unpin for SessionPickle
impl UnwindSafe for SessionPickle
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more