Closed
Description
Provide derivative(Clone)
with:
- custom
bound
- possibility to derive
clone_from
too (Adding bounds #1, #[derive(Clone)] should explicitly overrideclone_from
rust-lang/rust#13281) - be careful about
derivative(Copy, Clone)
(special-case #[derive(Copy, Clone)] with a shallow clone rust-lang/rust#31414)