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.
2 parents 86efc40 + 846f595 commit 27aeca2Copy full SHA for 27aeca2
scylla-cql/src/value.rs
@@ -26,7 +26,7 @@ pub struct Unset;
26
pub struct Counter(pub i64);
27
28
/// Enum providing a way to represent a value that might be unset
29
-#[derive(Clone, Copy, Default)]
+#[derive(Debug, Clone, Copy, Default)]
30
pub enum MaybeUnset<V> {
31
#[default]
32
Unset,
0 commit comments