Module clone

Source

Traits§

Clone
A common trait for the ability to explicitly duplicate an object.
CloneToUninitExperimental
A generalization of Clone to dynamically-sized types stored in arbitrary containers.
UseClonedExperimental
Trait for objects whose Clone impl is lightweight (e.g. reference-counted)

Derive Macros§

Clone
Derive macro generating an impl of the trait Clone.