pub struct SafeStart;Trait Implementations§
Source§impl Solver for SafeStart
impl Solver for SafeStart
fn solve(&self, _game_state: &GameState) -> Option<Move>
fn solve_game(&self, minsweeper: &mut dyn Minsweeper) -> GameResult
impl Copy for SafeStart
Auto Trait Implementations§
impl Freeze for SafeStart
impl RefUnwindSafe for SafeStart
impl Send for SafeStart
impl Sync for SafeStart
impl Unpin for SafeStart
impl UnwindSafe for SafeStart
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