-
Notifications
You must be signed in to change notification settings - Fork 539
Open
Labels
A-attributesArea: AttributesArea: Attributes
Description
The derive
attribute documentation should probably list the built-in traits that are derivable. To my knowledge, the list is:
Clone
Hash
PartialEq
Eq
PartialOrd
Ord
Debug
Default
Send
Sync
Copy
Should the documentation also specify the semantics of how the default implementations behave? It seems like important information, but I think it is mostly covered in the core/std docs. Another option is to link to https://doc.rust-lang.org/book/appendix-03-derivable-traits.html.
Metadata
Metadata
Assignees
Labels
A-attributesArea: AttributesArea: Attributes