We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce24ebb + 86cf248 commit e9a0db6Copy full SHA for e9a0db6
src/libcore/cell.rs
@@ -15,6 +15,7 @@ use prelude::*;
15
///
16
/// Similar to a mutable option type, but friendlier.
17
18
+#[deriving_eq]
19
pub struct Cell<T> {
20
mut value: Option<T>
21
}
0 commit comments