Enum rpgstat::types::Element [−][src]
pub enum Element {
Rock,
Plant,
Water,
Fire,
Electric,
Spirit,
Light,
Wind,
}Expand description
- rock - earth type
- plant - green type
- water - liquid type
- fire - lava type
- electric - lightning type
- spirit - holy type
- light - laser type
- wind - tornado type
Variants
Implementations
Return the “opposite” enum from a “matching” String
Return the opposite enum from a “matching” Element
Return an enum from a “matching” String
Trait Implementations
type Iterator = ElementIter
fn iter() -> ElementIterⓘNotable traits for ElementIterimpl Iterator for ElementIter type Item = Element;
Notable traits for ElementIter
impl Iterator for ElementIter type Item = Element;Auto Trait Implementations
impl RefUnwindSafe for Element
impl UnwindSafe for Element
Blanket Implementations
Mutably borrows from an owned value. Read more