We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22be810 + 310c9b4 commit 3ff3bdcCopy full SHA for 3ff3bdc
src/kv/value.rs
@@ -115,6 +115,7 @@ impl<'v> ToValue for Value<'v> {
115
/// `Display` implementation, it will serialize through `serde` as a string. If it was
116
/// captured as a struct using `serde`, it will also serialize as a struct
117
/// through `sval`, or can be formatted using a `Debug`-compatible representation.
118
+#[derive(Clone)]
119
pub struct Value<'v> {
120
inner: inner::Inner<'v>,
121
}
0 commit comments