api types: derive Debug for APTUpdateInfo
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0bb74e54b1
commit
5911f74096
@ -1126,7 +1126,7 @@ pub enum RRDTimeFrameResolution {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[api()]
|
#[api()]
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Debug, Serialize, Deserialize)]
|
||||||
#[serde(rename_all = "PascalCase")]
|
#[serde(rename_all = "PascalCase")]
|
||||||
/// Describes a package for which an update is available.
|
/// Describes a package for which an update is available.
|
||||||
pub struct APTUpdateInfo {
|
pub struct APTUpdateInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user