Enum tic_tac_toe::team::Team
source · pub enum Team {
X,
O,
}
Expand description
A Tic Tac Toe Team
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Team
impl PartialEq for Team
impl Copy for Team
impl Eq for Team
impl StructuralEq for Team
impl StructuralPartialEq for Team
Auto Trait Implementations§
impl RefUnwindSafe for Team
impl Send for Team
impl Sync for Team
impl Unpin for Team
impl UnwindSafe for Team
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