We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0d8f2 commit 4f4ad2dCopy full SHA for 4f4ad2d
1.6/ja/book/enums.md
@@ -1,7 +1,9 @@
1
-% Enums
+% 列挙型
2
+<!-- % Enums -->
3
-An `enum` in Rust is a type that represents data that could be one of
4
-several possible variants:
+<!-- An `enum` in Rust is a type that represents data that could be one of
5
+several possible variants: -->
6
+Rustの `enum` は、いくつかのヴァリアントの候補のうちのどれか一つであるようなデータを表す型です。
7
8
```rust
9
enum Message {
TranslationTable.md
@@ -115,6 +115,7 @@
115
| unsized type | サイズ不定型
116
| variable | 変数
117
| variable binding | 変数束縛
118
+| variant | ヴァリアント
119
| vector | ベクタ
120
| warning | ウォーニング
121
| wildcard | ワイルドカード
0 commit comments