forked from Proxmox/proxmox
section-config: derive Clone for SectionConfigData
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
f6e089555e
commit
8013a80b41
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user