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