pub enum CharacterSkill {
MagicProjectile,
Recover,
Stealth,
BattleCry,
ArmorUp,
}
Variants§
Trait Implementations§
Source§impl Debug for CharacterSkill
impl Debug for CharacterSkill
Auto Trait Implementations§
impl Freeze for CharacterSkill
impl RefUnwindSafe for CharacterSkill
impl Send for CharacterSkill
impl Sync for CharacterSkill
impl Unpin for CharacterSkill
impl UnwindSafe for CharacterSkill
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