Modules§
Structs§
- Field
- A field of a struct or enum variant.
- Fields
Named - Named fields of a struct or struct variant such as
Point { x: f64, y: f64 }. - Fields
Unnamed - Unnamed fields of a tuple struct or tuple variant such as
Some(T). - Members
- Variant
- An enum variant.
Enums§
- Fields
- Data stored within an enum variant or struct.