pub enum EnemyType {
Ghost,
}Variants§
Ghost
Trait Implementations§
impl Copy for EnemyType
impl StructuralPartialEq for EnemyType
Auto Trait Implementations§
impl Freeze for EnemyType
impl RefUnwindSafe for EnemyType
impl Send for EnemyType
impl Sync for EnemyType
impl Unpin for EnemyType
impl UnwindSafe for EnemyType
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