pub type PQLSuit = Suit;
pub enum PQLSuit { S = 0, H = 1, D = 2, C = 3, }
Spades.
Hearts.
Diamonds.
Clubs.