This commit is contained in:
2024-04-19 20:04:58 -04:00
parent ca47f2df2b
commit 6ab8839d6c
6 changed files with 186 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ pub enum CardValue {
Ace,
}
#[derive(PartialEq, Eq)]
#[derive(PartialEq, Eq, Clone, Copy)]
pub struct PlayingCard {
pub value: CardValue,
pub suit: CardSuit,