pub enum NextInputKind {
MonMove,
ManaMove,
MysticAction,
DemonAction,
DemonAdditionalStep,
SpiritTargetCapture,
SpiritTargetMove,
SelectConsumable,
BombAttack,
}
Variants§
MonMove
ManaMove
MysticAction
DemonAction
DemonAdditionalStep
SpiritTargetCapture
SpiritTargetMove
SelectConsumable
BombAttack
Trait Implementations§
Source§impl Clone for NextInputKind
impl Clone for NextInputKind
Source§fn clone(&self) -> NextInputKind
fn clone(&self) -> NextInputKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NextInputKind
impl Debug for NextInputKind
Source§impl FenRepresentable for NextInputKind
impl FenRepresentable for NextInputKind
Source§impl Hash for NextInputKind
impl Hash for NextInputKind
Source§impl PartialEq for NextInputKind
impl PartialEq for NextInputKind
impl Copy for NextInputKind
impl Eq for NextInputKind
impl StructuralPartialEq for NextInputKind
Auto Trait Implementations§
impl Freeze for NextInputKind
impl RefUnwindSafe for NextInputKind
impl Send for NextInputKind
impl Sync for NextInputKind
impl Unpin for NextInputKind
impl UnwindSafe for NextInputKind
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