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

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

Current state of an auction

Variants

Bidding

Players are still bidding for the highest contract

Coinching

One player coinched, maybe another one will surcoinche?

Over

Auction is over, game will begin

Cancelled

No contract was taken, a new game will start

Trait Implementations

Derived Implementations

impl Debug for AuctionState

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for AuctionState

impl Clone for AuctionState

fn clone(&self) -> AuctionState

fn clone_from(&mut self, source: &Self)

impl PartialEq for AuctionState

fn eq(&self, __arg_0: &AuctionState) -> bool

fn ne(&self, __arg_0: &AuctionState) -> bool