pub enum GameType {
Go,
Unknown,
}
Expand description
Variants§
Trait Implementations§
impl Copy for GameType
impl Eq for GameType
impl StructuralPartialEq for GameType
Auto Trait Implementations§
impl Freeze for GameType
impl RefUnwindSafe for GameType
impl Send for GameType
impl Sync for GameType
impl Unpin for GameType
impl UnwindSafe for GameType
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