mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 12:12:39 +00:00
RestEnvironment: derive Clone
This commit is contained in:
parent
e53d4dadaa
commit
16b5c3c80b
@ -4,6 +4,7 @@ use std::collections::HashMap;
|
|||||||
use serde_json::Value;
|
use serde_json::Value;
|
||||||
|
|
||||||
/// Encapsulates information about the runtime environment
|
/// Encapsulates information about the runtime environment
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct RestEnvironment {
|
pub struct RestEnvironment {
|
||||||
env_type: RpcEnvironmentType,
|
env_type: RpcEnvironmentType,
|
||||||
result_attributes: HashMap<String, Value>,
|
result_attributes: HashMap<String, Value>,
|
||||||
|
Loading…
Reference in New Issue
Block a user