pub enum AvailableMoveKind {
MonMove,
ManaMove,
Action,
Potion,
}
Variants§
Trait Implementations§
Source§impl Clone for AvailableMoveKind
impl Clone for AvailableMoveKind
Source§fn clone(&self) -> AvailableMoveKind
fn clone(&self) -> AvailableMoveKind
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 AvailableMoveKind
impl Debug for AvailableMoveKind
Source§impl Hash for AvailableMoveKind
impl Hash for AvailableMoveKind
Source§impl PartialEq for AvailableMoveKind
impl PartialEq for AvailableMoveKind
impl Copy for AvailableMoveKind
impl Eq for AvailableMoveKind
impl StructuralPartialEq for AvailableMoveKind
Auto Trait Implementations§
impl Freeze for AvailableMoveKind
impl RefUnwindSafe for AvailableMoveKind
impl Send for AvailableMoveKind
impl Sync for AvailableMoveKind
impl Unpin for AvailableMoveKind
impl UnwindSafe for AvailableMoveKind
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