From 2b9d6197ab1e3ceea0ec55ade1aa4b81d9701ede Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Fri, 19 Jan 2024 17:51:47 -0800 Subject: [PATCH] derive clone --- client/src/request.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/request.rs b/client/src/request.rs index 6d2ef6dc..0f32a5f7 100644 --- a/client/src/request.rs +++ b/client/src/request.rs @@ -81,6 +81,7 @@ const LOCAL_PROOF_FOLDER: &str = "./proofs"; /// Client to interact with the Succinct X API. #[allow(dead_code)] +#[derive(Clone)] pub struct SuccinctClient { /// HTTP client. client: Client,