#[repr(u8)]pub enum MoveKind {
EQ = 0,
INS = 1,
PHR = 2,
CHN = 3,
TBL = 4,
}
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for MoveKind
impl TryFromPrimitive for MoveKind
impl Copy for MoveKind
impl StructuralPartialEq for MoveKind
Auto Trait Implementations§
impl Freeze for MoveKind
impl RefUnwindSafe for MoveKind
impl Send for MoveKind
impl Sync for MoveKind
impl Unpin for MoveKind
impl UnwindSafe for MoveKind
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