We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2de18 commit 02d2616Copy full SHA for 02d2616
src/client.rs
@@ -10,6 +10,7 @@ use crate::types::{
10
11
/// Thin-client to access a hosted instance of Versioned Storage Service (VSS).
12
/// The provided [`VssClient`] API is minimalistic and is congruent to the VSS server-side API.
13
+#[derive(Clone)]
14
pub struct VssClient {
15
base_url: String,
16
client: Client,
0 commit comments