pub trait ImplicitClone: Clone { }
Marker trait for cheap-to-clone types that should be allowed to be cloned implicitly.
Enables host libraries to have the same syntax as Copy while calling the Clone implementation instead.
Copy
Clone