diff --git a/proxmox-section-config/src/lib.rs b/proxmox-section-config/src/lib.rs index a86692a8..4441df12 100644 --- a/proxmox-section-config/src/lib.rs +++ b/proxmox-section-config/src/lib.rs @@ -101,7 +101,7 @@ enum ParseState<'a> { } /// Interface to manipulate configuration data -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct SectionConfigData { pub sections: HashMap, pub order: Vec,