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.
6
6
7
7
The following is a list of derivable traits:
8
8
* Comparison traits:
9
- [ ` Eq ` ] [ eq ] , [ ` PartialEq ` ] [ partial-eq ] , [ ` Ord ` ] [ ord ] , [ ` PartialOrd ` ] [ partial-ord ]
9
+ [ ` Eq ` ] [ eq ] , [ ` PartialEq ` ] [ partial-eq ] , [ ` Ord ` ] [ ord ] , [ ` PartialOrd ` ] [ partial-ord ] .
10
10
* [ ` 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'.
12
12
* [ ` Hash ` ] [ hash ] , to compute a hash from ` &T ` .
13
13
* [ ` Default ` ] [ default ] , to create an empty instance of a data type.
14
14
* [ ` Debug ` ] [ debug ] , to format a value using the ` {:?} ` formatter.
You can’t perform that action at this time.
0 commit comments