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
Copy
1 parent ade2592 commit 250660aCopy full SHA for 250660a
core/src/clone.rs
@@ -38,7 +38,7 @@
38
39
/// A common trait for the ability to explicitly duplicate an object.
40
///
41
-/// Differs from [`Copy`] in that [`Copy`] is implicit and extremely inexpensive, while
+/// Differs from [`Copy`] in that [`Copy`] is implicit and an inexpensive bit-wise copy, while
42
/// `Clone` is always explicit and may or may not be expensive. In order to enforce
43
/// these characteristics, Rust does not allow you to reimplement [`Copy`], but you
44
/// may reimplement `Clone` and run arbitrary code.
0 commit comments