Ferris Rust Buddy
Exercises Flashcards Resources
Rust Buddy / Flashcards / Enums

Enums

Click a card to flip it · 8 terms

An enum is a type that can represent one of several named variants. This deck covers creating enums, storing data inside variants, and using them to model different states safely.