proxmox/pbs-api-types/src
Thomas Lamprecht 51e1d3c1fd datastore: add new Lookup for operations tracking
We sometimes need to do some in-memory only stuff, e.g., to check if
GC is already running for a datastore, which is a try_lock on a mutex
that is in-memory.

Actually the whole thing would be nicer if we could guarantee to hold
the correct contract statically, e.g., like
https://docs.rust-embedded.org/book/static-guarantees/design-contracts.html

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-05-12 11:36:56 +02:00
..
tape api-types: introduce BackupType enum and Group/Dir api types 2022-04-15 13:12:46 +02:00
acl.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
common_regex.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
crypto.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
datastore.rs sync/pull: make namespace aware 2022-05-12 09:33:50 +02:00
file_restore.rs update to first proxmox crate split 2021-10-11 11:58:49 +02:00
human_byte.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
jobs.rs sync/pull: make namespace aware 2022-05-12 09:33:50 +02:00
key_derivation.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
lib.rs api-types: allow empty namespace 2022-05-12 09:33:50 +02:00
maintenance.rs datastore: add new Lookup for operations tracking 2022-05-12 11:36:56 +02:00
network.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
openid.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
percent_encoding.rs move pbs-tools/src/percent_encoding.rs to pbs-api-types/src/percent_encoding.rs 2021-11-25 11:48:52 +01:00
remote.rs RemoteWithoutPassword: new API type 2022-04-20 09:42:46 +02:00
traffic_control.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
user.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
userid.rs AuthId: derive Ord and PartialOrd 2022-04-20 09:58:52 +02:00
zfs.rs api types: rust fmt 2022-04-10 18:00:18 +02:00