]> git.proxmox.com Git - proxmox-backup.git/commitdiff
AclListItem: derive Clone and PartialEq
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 2 Sep 2023 14:24:18 +0000 (16:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 2 Sep 2023 14:24:45 +0000 (16:24 +0200)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
pbs-api-types/src/acl.rs

index 3142f6fc6f235f538f94fec63a69879619e8cc03..8bbd29588d5f36947f0b56c519ca8e80b65ede50 100644 (file)
@@ -280,7 +280,7 @@ pub const ACL_UGID_TYPE_SCHEMA: Schema = StringSchema::new("Type of 'ugid' prope
         }
     }
 )]
-#[derive(Serialize, Deserialize)]
+#[derive(Serialize, Deserialize, Clone, PartialEq)]
 /// ACL list entry.
 pub struct AclListItem {
     pub path: String,