pub enum WinState {
Won,
AlreadyWon,
}Variants§
Trait Implementations§
impl Copy for WinState
impl Eq for WinState
impl StructuralPartialEq for WinState
Auto Trait Implementations§
impl Freeze for WinState
impl RefUnwindSafe for WinState
impl Send for WinState
impl Sync for WinState
impl Unpin for WinState
impl UnwindSafe for WinState
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