Module own

Source
Expand description

Own namespace of the module.

Traits§

CloneDyn
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.