proxmox-backup/src/bin
Wolfgang Bumiller 38774184a9 tree-wide: replace serde_json::from_value(a_value.clone())
`&Value` itself implements `Deserializer` and can therefore
be passed directly to `T::deserialize` without requiring an
intermediate `clone()`. (This also enables optionally
borrowing strings if the result has a short enough lifetime)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-04-12 16:12:15 +02:00
..
proxmox_backup_debug tree wide: some stylistic clippy fixes 2022-04-11 08:14:28 +02:00
proxmox_backup_manager cli: backup manager: rust fmt 2022-04-10 17:50:35 +02:00
proxmox_tape tree-wide: replace serde_json::from_value(a_value.clone()) 2022-04-12 16:12:15 +02:00
docgen.rs tree wide: some stylistic clippy fixes 2022-04-11 08:14:28 +02:00
proxmox-backup-api.rs pbs-datastore: add active operations tracking 2022-04-12 15:29:14 +02:00
proxmox-backup-debug.rs use new proxmox-async crate 2021-11-19 18:03:22 +01:00
proxmox-backup-manager.rs tree wide: some stylistic clippy fixes 2022-04-11 08:14:28 +02:00
proxmox-backup-proxy.rs datastore: add check for maintenance in lookup 2022-04-12 15:29:14 +02:00
proxmox-daily-update.rs bin: daily-update: use syslog/log crates instead of printing to stderr 2022-02-22 10:58:44 +01:00
proxmox-tape.rs tree wide: some stylistic clippy fixes 2022-04-11 08:14:28 +02:00
sg-tape-cmd.rs tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00