-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
feature-attributeFeature request: new attributeFeature request: new attributefeature-deriveFeature request: new deriveFeature request: new derive
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)
bluss
Metadata
Metadata
Assignees
Labels
feature-attributeFeature request: new attributeFeature request: new attributefeature-deriveFeature request: new deriveFeature request: new derive