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