Suggested-by: Dietmar Maurer <diet...@proxmox.com>
Signed-off-by: Fiona Ebner <f.eb...@proxmox.com>
---
 proxmox-apt/src/repositories/standard.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/proxmox-apt/src/repositories/standard.rs 
b/proxmox-apt/src/repositories/standard.rs
index 4bb57d4..29cc788 100644
--- a/proxmox-apt/src/repositories/standard.rs
+++ b/proxmox-apt/src/repositories/standard.rs
@@ -24,7 +24,8 @@ pub struct APTStandardRepository {
     /// Handle referencing a standard repository.
     pub handle: APTRepositoryHandle,
 
-    /// Configuration status of the associated repository.
+    /// Configuration status of the associated repository, where `None` means
+    /// not configured, and `Some(bool)` indicates enabled or disabled.
     #[serde(skip_serializing_if = "Option::is_none")]
     pub status: Option<bool>,
 
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to