Enum rust_warrior::unit::UnitType
source · [−]pub enum UnitType {
Archer,
Captive,
Sludge,
ThickSludge,
Warrior,
Wizard,
}Expand description
The Warrior (our protagonist), enemy Sludges and Archers, and Captives.
Variants
Archer
Captive
Sludge
ThickSludge
Warrior
Wizard
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnitType
impl UnwindSafe for UnitType
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more