Skip to main content

PQLHandType

Type Alias PQLHandType 

Source
pub type PQLHandType = HandType;
Expand description

High-hand classification (pair, flush, full house, …).

Aliased Type§

pub enum PQLHandType {
    HighCard,
    Pair,
    TwoPair,
    Trips,
    Straight,
    Flush,
    FullHouse,
    Quads,
    StraightFlush,
}

Variants§

§

HighCard

High card.

§

Pair

One pair.

§

TwoPair

Two pair.

§

Trips

Three of a kind.

§

Straight

Straight.

§

Flush

Flush.

§

FullHouse

Full house.

§

Quads

Four of a kind.

§

StraightFlush

Straight flush.