Traits§
- Clone
- A common trait that allows explicit creation of a duplicate value.
- Clone
ToUninit Experimental - A generalization of
Cloneto dynamically-sized types stored in arbitrary containers. - UseCloned
Experimental - Trait for objects whose
Cloneimpl is lightweight (e.g. reference-counted)
Derive Macros§
- Clone
- Derive macro generating an impl of the trait
Clone.