Enum ruma_client_api::r0::backup::BackupAlgorithm [−][src]
pub enum BackupAlgorithm {
MegolmBackupV1Curve25519AesSha2 {
public_key: String,
signatures: BTreeMap<UserId, BTreeMap<DeviceKeyId, String>>,
},
}This is supported on crate feature
unstable-pre-spec only.Expand description
The algorithm used for storing backups.
Variants
m.megolm_backup.v1.curve25519-aes-sha2 backup algorithm.
Show fields
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 BackupAlgorithmimpl Send for BackupAlgorithmimpl Sync for BackupAlgorithmimpl Unpin for BackupAlgorithmimpl UnwindSafe for BackupAlgorithmBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more