Enum tic_tac_toe::board::WinType
source · pub enum WinType {
Horizontal,
Vertical,
Diagonal,
AntiDiagonal,
}
Expand description
The win type
Variants§
Trait Implementations§
source§impl PartialEq for WinType
impl PartialEq for WinType
impl Copy for WinType
impl Eq for WinType
impl StructuralEq for WinType
impl StructuralPartialEq for WinType
Auto Trait Implementations§
impl RefUnwindSafe for WinType
impl Send for WinType
impl Sync for WinType
impl Unpin for WinType
impl UnwindSafe for WinType
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