pub enum MultiHitMove {
None,
DoubleHit,
TripleHit,
TwoToFiveHits,
PopulationBomb,
}Variants§
Auto Trait Implementations§
impl Freeze for MultiHitMove
impl RefUnwindSafe for MultiHitMove
impl Send for MultiHitMove
impl Sync for MultiHitMove
impl Unpin for MultiHitMove
impl UnwindSafe for MultiHitMove
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