section-config: derive Clone for SectionConfigData

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-07-20 16:31:28 +02:00 committed by Wolfgang Bumiller
parent f6e089555e
commit 8013a80b41

View File

@ -101,7 +101,7 @@ enum ParseState<'a> {
}
/// Interface to manipulate configuration data
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct SectionConfigData {
pub sections: HashMap<String, (String, Value)>,
pub order: Vec<String>,