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.

Derive Macros§

Clone
Derive macro generating an impl of the trait Clone.