Enum entmet_lib::entities::entity::Spell
source · #[repr(u8)]pub enum Spell {
None = 0,
SummonVex = 1,
Attack = 2,
Wololo = 3,
Disapear = 4,
Blindness = 5,
}Expand description
An enum of all castable spells
Variants§
Trait Implementations§
source§impl PartialEq for Spell
impl PartialEq for Spell
impl StructuralPartialEq for Spell
Auto Trait Implementations§
impl Freeze for Spell
impl RefUnwindSafe for Spell
impl Send for Spell
impl Sync for Spell
impl Unpin for Spell
impl UnwindSafe for Spell
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more