]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-acme/src/account.rs
proxmox-acme: derive PartialEq for API types
[proxmox.git] / proxmox-acme / src / account.rs
index e244c092cffb1d195bfa70a92f4d77bc957eff2a..7f00143bff50214332d2fd6d42e110492d3ca159 100644 (file)
@@ -319,7 +319,7 @@ impl AccountStatus {
 /// ACME Account data. This is the part of the account returned from and possibly sent to the ACME
 /// provider. Some fields may be uptdated by the user via a request to the account location, others
 /// may not be changed.
-#[derive(Clone, Deserialize, Serialize)]
+#[derive(Clone, PartialEq, Deserialize, Serialize)]
 #[serde(rename_all = "camelCase")]
 pub struct AccountData {
     /// The current account status.