Enum rpgstat::creature::Animal [−][src]
pub enum Animal {
Crocodile,
Bear,
Bird,
Insect,
Lion,
Rabbit,
Rat,
Snake,
Tiger,
Wolf,
}Expand description
The various animals you encounter
Variants
a crocodile
a bear
a bird
an insect
a lion
a rabbit
a rat
a snake
a tiger
a wolf
Trait Implementations
type Iterator = AnimalIter
fn iter() -> AnimalIterⓘNotable traits for AnimalIterimpl Iterator for AnimalIter type Item = Animal;
Notable traits for AnimalIter
impl Iterator for AnimalIter type Item = Animal;Auto Trait Implementations
impl RefUnwindSafe for Animal
impl UnwindSafe for Animal
Blanket Implementations
Mutably borrows from an owned value. Read more