Enum rpgstat::creature::Person [−][src]
pub enum Person {
Dwarf,
Elf,
Fairy,
Giant,
Gnome,
Human,
Mer,
Selkie,
Sprite,
}Expand description
The Person class of creature types
Variants
These little guys rock!
What would a heroic journey be without an elf or two
Winged small humanoids
Large brutes often subjugating humans
Little lovers of nature and engineering
Obviously we’d like to be heroic
Mermaid and Merman
Shape shifter
If you end up with a nagging one, sorry, but they are super helpful in a boss fight!
Trait Implementations
type Iterator = PersonIter
fn iter() -> PersonIterⓘNotable traits for PersonIterimpl Iterator for PersonIter type Item = Person;
Notable traits for PersonIter
impl Iterator for PersonIter type Item = Person;Auto Trait Implementations
impl RefUnwindSafe for Person
impl UnwindSafe for Person
Blanket Implementations
Mutably borrows from an owned value. Read more