AclListItem: derive Clone and PartialEq

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2023-09-02 16:24:18 +02:00
parent 51bae22b4d
commit c879704337

View 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. /// ACL list entry.
pub struct AclListItem { pub struct AclListItem {
pub path: String, pub path: String,