pub enum AIBuild {
RandomBuild,
Rush,
Timing,
Power,
Macro,
Air,
}
Expand description
Strategy build of in-game AI.
Variants§
Trait Implementations§
impl Copy for AIBuild
Auto Trait Implementations§
impl Freeze for AIBuild
impl RefUnwindSafe for AIBuild
impl Send for AIBuild
impl Sync for AIBuild
impl Unpin for AIBuild
impl UnwindSafe for AIBuild
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