pub enum Game {
Ck3,
}Expand description
Enum specifying which game we are validating.
This enum is meant to be optimized away entirely when there is only one feature flag set.
Variants§
Ck3
Implementations§
Trait Implementations§
source§impl PartialEq<Game> for Game
impl PartialEq<Game> for Game
impl Copy for Game
impl Eq for Game
impl StructuralEq for Game
impl StructuralPartialEq for Game
Auto Trait Implementations§
impl RefUnwindSafe for Game
impl Send for Game
impl Sync for Game
impl Unpin for Game
impl UnwindSafe for Game
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