From 66f849d272aa6c361fc86c68875eeaea9b9b970f Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 May 2019 11:26:54 +0200 Subject: [PATCH] rc/api2/admin/datastore/h2upload.rs: implement BackupEnvironment To pass arbitrary information/state to api methods. --- src/server/environment.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/environment.rs b/src/server/environment.rs index 04cab81e..b002b24f 100644 --- a/src/server/environment.rs +++ b/src/server/environment.rs @@ -4,7 +4,6 @@ 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,