forked from proxmox-mirrors/proxmox
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