proxmox/proxmox-rest-server/src
Shannon Sterz d980c2229b tree-wide: remove clone calls on types that are Copy
this resolves a clippy lint that checks that `clone()` isn't called on
`Copy` types as that is unnecessary [1].

[1]:
https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy

Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
2025-03-06 15:12:16 +01:00
..
api_config.rs rest-server: add custom handlebars escape fn 2024-11-25 16:34:30 +01:00
compression.rs rest server: rust fmt 2022-04-06 16:55:39 +02:00
connection.rs rest-server: drop log intended for debugging again 2024-11-15 10:29:33 +01:00
environment.rs rest-server: drop Router from ApiConfig 2023-03-02 16:13:55 +01:00
formatter.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
h2service.rs router, rest-server: add StreamSync and StreamAsync API handlers 2024-09-05 14:15:11 +02:00
lib.rs rest-server: remove lazy_static dependency 2024-08-14 10:33:42 +02:00
rest.rs router/rest-server: add new AsyncHttpBodyParameters api handler type 2025-03-04 15:53:29 +01:00
worker_task.rs tree-wide: remove clone calls on types that are Copy 2025-03-06 15:12:16 +01:00