Enum gomoku::display::console::Player [] [src]

pub enum Player {
    Human,
    Ia,
}

Variants

Human
Ia

Methods

impl Player

fn from_str(s: &str) -> Player

Trait Implementations

Derived Implementations

impl Clone for Player

fn clone(&self) -> Player

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

impl PartialEq for Player

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

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

impl Debug for Player

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