Traits§
- Clone
- A common trait for the ability to explicitly duplicate an object.
- Clone
ToUninit Experimental - A generalization of
Clone
to dynamically-sized types stored in arbitrary containers. - UseCloned
Experimental - Trait for objects whose
Clone
impl is lightweight (e.g. reference-counted)
Derive Macros§
- Clone
- Derive macro generating an impl of the trait
Clone
.