File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 287
287
- [Disambiguating overlapping traits](trait/disambiguating.md)
288
288
-->
289
289
- [ トレイト] ( trait.md )
290
- - [ 継承 (Derive)] ( trait/derive.md )
290
+ - [ 導出 (Derive)] ( trait/derive.md )
291
291
- [ Returning Traits with ` dyn ` ] ( trait/dyn.md )
292
292
- [ 演算子のオーバーロード] ( trait/ops.md )
293
293
- [ メモリ解放] ( trait/drop.md )
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ fn main() {
85
85
<!--
86
86
[Derive], [struct], and [TupleStructs]
87
87
-->
88
- [ 継承 (` Derive ` )] [ Derive ] , [ 構造体] [ struct ] , [ タプル] [ TupleStructs ]
88
+ [ 導出 (` Derive ` )] [ Derive ] , [ 構造体] [ struct ] , [ タプル] [ TupleStructs ]
89
89
90
90
[ Derive ] : ../trait/derive.md
91
91
[ struct ] : ../custom_types/structs.md
Original file line number Diff line number Diff line change 1
1
<!--
2
2
# Derive
3
3
-->
4
- # 継承 (Derive)
4
+ # 導出 (Derive)
5
5
6
6
<!--
7
7
The compiler is capable of providing basic implementations for some traits via
You can’t perform that action at this time.
0 commit comments