pub enum MoveRoute {
NoMove = 0,
Custom = 1,
Random = 2,
TowardsHero = 3,
Unknown = 4,
}Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for MoveRoute
Auto Trait Implementations§
impl Freeze for MoveRoute
impl RefUnwindSafe for MoveRoute
impl Send for MoveRoute
impl Sync for MoveRoute
impl Unpin for MoveRoute
impl UnwindSafe for MoveRoute
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