File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ manually implemented if a more complex behavior is required.
66
77The following is a list of derivable traits:
88* Comparison traits:
9- [ ` Eq ` ] [ eq ] , [ ` PartialEq ` ] [ partial-eq ] , [ ` Ord ` ] [ ord ] , [ ` PartialOrd ` ] [ partial-ord ]
9+ [ ` Eq ` ] [ eq ] , [ ` PartialEq ` ] [ partial-eq ] , [ ` Ord ` ] [ ord ] , [ ` PartialOrd ` ] [ partial-ord ] .
1010* [ ` Clone ` ] [ clone ] , to create ` T ` from ` &T ` via a copy.
11- * [ ` Copy ` ] [ copy ] , to give a type 'copy semantics' instead of 'move semantics'
11+ * [ ` Copy ` ] [ copy ] , to give a type 'copy semantics' instead of 'move semantics'.
1212* [ ` Hash ` ] [ hash ] , to compute a hash from ` &T ` .
1313* [ ` Default ` ] [ default ] , to create an empty instance of a data type.
1414* [ ` Debug ` ] [ debug ] , to format a value using the ` {:?} ` formatter.
You can’t perform that action at this time.
0 commit comments