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.
Clone
kv::Value
1 parent 22be810 commit 310c9b4Copy full SHA for 310c9b4
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