|
rstd 0.1.0
|
Trait for types that can explicitly duplicate themselves. More...
Trait for types that can explicitly duplicate themselves.
Implementors provide:
clone() const -> Self : Creates and returns a duplicate of this value.clone_from(Self& source) : Overwrites self with a clone of source (optional, has default).