Struct onitama::game::Game [] [src]

pub struct Game {
    pub turn: Side,
    pub board: Board,
    pub start_cards: [Card; 5],
    pub player_cards: [HashSet<Card>; 2],
    pub free_card: Card,
}

Fields

Methods

impl Game
[src]

Trait Implementations

impl PartialEq for Game
[src]

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

This method tests for !=.

impl Eq for Game
[src]

impl Clone for Game
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more