Protocol std::mem::Clonable

protocol Clonable<Self> { ... }

Types that be copied non-trivially (usually types containing a heap allocation).

Required methods