RestEnvironment: derive Clone

This commit is contained in:
Dietmar Maurer 2019-05-07 11:09:18 +02:00
parent 01bf3b7b5f
commit 75097495ad
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use std::collections::HashMap;
use serde_json::Value;
/// Encapsulates information about the runtime environment
#[derive(Clone)]
pub struct RestEnvironment {
env_type: RpcEnvironmentType,
result_attributes: HashMap<String, Value>,