Skip to content

Commit 02d2616

Browse files
committed
Derive clone trait for VssClient
1 parent 3c2de18 commit 02d2616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use crate::types::{
1010

1111
/// Thin-client to access a hosted instance of Versioned Storage Service (VSS).
1212
/// The provided [`VssClient`] API is minimalistic and is congruent to the VSS server-side API.
13+
#[derive(Clone)]
1314
pub struct VssClient {
1415
base_url: String,
1516
client: Client,

0 commit comments

Comments
 (0)