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.
Fields of MegolmBackupV1Curve25519AesSha2
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 BackupAlgorithm
impl Send for BackupAlgorithm
impl Sync for BackupAlgorithm
impl Unpin for BackupAlgorithm
impl UnwindSafe for BackupAlgorithm
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more