Enum nogo::game_logic::PlayerType [] [src]

pub enum PlayerType {
    HUMAN,
    COMPUTER,
    NONE,
}

Game related data structures

Variants

Trait Implementations

impl Debug for PlayerType
[src]

[src]

Formats the value using the given formatter.

impl Copy for PlayerType
[src]

impl Clone for PlayerType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PlayerType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for PlayerType
[src]