pub struct Ai;
Implementations§
Source§impl Ai
impl Ai
pub fn ask_ai_move_input( board: &Board, player: Players, level: SmartLevel, ) -> (usize, usize)
Auto Trait Implementations§
impl Freeze for Ai
impl RefUnwindSafe for Ai
impl Send for Ai
impl Sync for Ai
impl Unpin for Ai
impl UnwindSafe for Ai
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