Enum
- Why enums
- Enum to represent exit status
- Enum to represent exit code
- Enumeration of the 7 days of the week
- Enumeration with non-exhaustive patterns
- Enumeration and manual comparision
- Enumeration and order
- Enumeration colors - functions and String
- Enumeration colors - functions and str
- Enumeration colors - with method
- Enumeration colors - with constructor
- Enumerate without PartialEq using match
- Struct using enum
- Exercise: enum for programming languages
- Solution: enum for programming languages
- The Result enum