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 69511c2 + 61ac5fd commit c75c11aCopy full SHA for c75c11a
src/libstd/clone.rs
@@ -90,8 +90,7 @@ clone_impl!(char)
90
/// managed boxes which would otherwise not be copied.
91
pub trait DeepClone {
92
/// Return a deep copy of the value. Unlike `Clone`, the contents of shared pointer types
93
- /// *are* copied. Note that this is currently unimplemented for managed boxes, as
94
- /// it would need to handle cycles, but it is implemented for other smart-pointer types.
+ /// *are* copied.
95
fn deep_clone(&self) -> Self;
96
}
97
0 commit comments