Skip to content

Commit f67fc89

Browse files
swsnrbilelmoussaoui
authored andcommitted
Derive Debug and Clone for variant DictEntry
1 parent fec12a0 commit f67fc89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

glib/src/variant.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,6 +1601,7 @@ where
16011601
/// assert_eq!(dict.n_children(), 2);
16021602
/// assert_eq!(dict.type_().as_str(), "a{su}");
16031603
/// ```
1604+
#[derive(Debug, Clone)]
16041605
pub struct DictEntry<K, V> {
16051606
key: K,
16061607
value: V,

0 commit comments

Comments
 (0)