mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-09 22:51:35 +00:00
TaskListItem: derive Clone and PartialEq
This commit is contained in:
parent
8e3e83318b
commit
51bae22b4d
@ -432,7 +432,7 @@ pub enum TaskStateType {
|
||||
upid: { schema: UPID::API_SCHEMA },
|
||||
},
|
||||
)]
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[derive(Serialize, Deserialize, Clone, PartialEq)]
|
||||
/// Task properties.
|
||||
pub struct TaskListItem {
|
||||
pub upid: String,
|
||||
|
Loading…
Reference in New Issue
Block a user