proxmox-backup/src/acme
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
..
client.rs tree-wide: fix needless borrows 2021-12-30 13:55:33 +01:00
mod.rs add acme client 2021-05-04 07:56:52 +02:00
plugin.rs tree-wide: replace serde_json::from_value(a_value.clone()) 2022-04-12 16:12:15 +02:00