]> git.proxmox.com Git - pve-installer.git/commitdiff
tui: make ProxmoxProduct Copy
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 26 Jun 2023 13:56:13 +0000 (15:56 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 26 Jun 2023 14:01:31 +0000 (16:01 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-tui-installer/src/setup.rs

index ba068cb17286943d83b7f08e1387076bdd0bd433..72474efda89bcf3ddb0fbe3c9a4890aa3c974f9f 100644 (file)
@@ -11,7 +11,7 @@ use crate::{
 };
 
 #[allow(clippy::upper_case_acronyms)]
-#[derive(Clone, Deserialize)]
+#[derive(Clone, Copy, Deserialize)]
 #[serde(rename_all = "lowercase")]
 pub enum ProxmoxProduct {
     PVE,