pub struct SetMinsweeperGame { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetMinsweeperGame
impl Clone for SetMinsweeperGame
Source§fn clone(&self) -> SetMinsweeperGame
fn clone(&self) -> SetMinsweeperGame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SetMinsweeperGame
impl RefUnwindSafe for SetMinsweeperGame
impl Send for SetMinsweeperGame
impl Sync for SetMinsweeperGame
impl Unpin for SetMinsweeperGame
impl UnwindSafe for SetMinsweeperGame
Blanket Implementations§
Source§impl<T> Actionable for Twhere
T: Minsweeper + ?Sized,
impl<T> Actionable for Twhere
T: Minsweeper + ?Sized,
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