Enum libcoinche::bid::AuctionState [] [src]

pub enum AuctionState {
    Bidding,
    Coinching,
    Over,
    Cancelled,
}

Current state of an auction

Variants

Players are still bidding for the highest contract

One player coinched, maybe another one will surcoinche?

Auction is over, game will begin

No contract was taken, a new game will start

Trait Implementations

impl PartialEq for AuctionState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for AuctionState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AuctionState
[src]

impl Debug for AuctionState
[src]

Formats the value using the given formatter.