mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-13 18:42:23 +00:00
TrafficControlCurrentRate: derive Clone and PartalEq (for GUI)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
1a1870ba86
commit
3b7a6b25c1
@ -128,7 +128,7 @@ pub struct TrafficControlRule {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
)]
|
)]
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Clone, Serialize, Deserialize, PartialEq)]
|
||||||
#[serde(rename_all = "kebab-case")]
|
#[serde(rename_all = "kebab-case")]
|
||||||
/// Traffic control rule config with current rates
|
/// Traffic control rule config with current rates
|
||||||
pub struct TrafficControlCurrentRate {
|
pub struct TrafficControlCurrentRate {
|
||||||
|
Loading…
Reference in New Issue
Block a user