proxmox-backup/pbs-datastore/src
Christian Ebner 3362a6e049 clippy/fmt: tree wide drop of clone for types implementing copy
fixes the clippy warning on types T implementing Copy:
```
warning: using `clone` on type `T` which implements the `Copy` trait
```

followed by formatting fixups via `cargo fmt`.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2025-03-20 14:48:31 +01:00
..
backup_info.rs tree-wide: add missing O_CLOEXEC flags to openat calls 2024-12-03 16:48:23 +01:00
cached_chunk_reader.rs remove use of proxmox_lang::error::io_err_other 2024-07-26 13:05:20 +02:00
catalog.rs client: tools: factor out pxar entry to dir entry mapping 2024-10-23 16:10:41 +02:00
checksum_reader.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
checksum_writer.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
chunk_stat.rs pbs-datastore: clippy fixes 2023-05-17 17:43:17 +02:00
chunk_store.rs clippy/fmt: tree wide drop of clone for types implementing copy 2025-03-20 14:48:31 +01:00
chunker.rs chunker: do not reassign context's total field 2024-12-03 11:24:37 +01:00
crypt_reader.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
crypt_writer.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
data_blob_reader.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
data_blob.rs datastore: docs: turn uri into hyperlink 2024-12-04 14:40:42 +01:00
datastore.rs datastore: restrict datastores list_images method scope to module 2025-03-17 14:06:01 +01:00
dynamic_index.rs clippy: elide more lifetimes 2024-12-02 11:34:05 +01:00
file_formats.rs blobs: fix outdated comment about file format 2023-08-08 13:57:06 +02:00
fixed_index.rs clippy: use div_ceil to calculate fixed index length 2024-12-02 11:37:06 +01:00
hierarchy.rs replace match statements with ? operator 2025-01-14 08:57:24 +01:00
index.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
lib.rs datastore: add helper for checking if a datastore is mounted 2024-11-25 21:34:22 +01:00
local_chunk_reader.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
manifest.rs snapshot: add helper function to retrieve verify_state 2024-11-25 10:52:40 +01:00
paperkey.rs pbs-datastore: clippy fixes 2023-05-17 17:43:17 +02:00
prune.rs run cargo clippy --fix 2025-03-06 14:53:47 +01:00
read_chunk.rs pull: refactor pulling from a datastore 2023-11-25 17:07:42 +01:00
snapshot_reader.rs run cargo fmt 2025-03-13 13:23:17 +01:00
store_progress.rs datastore: rustfmt whole package 2022-04-14 13:27:53 +02:00
task_tracking.rs clippy/fmt: tree wide drop of clone for types implementing copy 2025-03-20 14:48:31 +01:00