Expand description
Own namespace of the module.
Traits§
- Clone
Dyn - A trait to upcast a clonable entity and clone it. It’s implemented for all entities which can be cloned.
Functions§
- clone
- True clone which is applicable not only to clonable entities, but to trait objects implementing CloneDyn.
- clone_
into_ box - Clone boxed dyn.
Attribute Macros§
- clone_
dyn - Derive macro to generate former for a structure. Former is variation of Builder Pattern.