Enum poke_engine::choices::MultiHitMove
source · pub enum MultiHitMove {
None,
DoubleHit,
TripleHit,
TwoToFiveHits,
}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