Enum gomoku_core::BoundState [] [src]

pub enum BoundState {
    OutOfBound,
    Tile(Tile),
}

Represent the status of an alignment bound.

Variants

Trait Implementations

impl Debug for BoundState
[src]

Formats the value using the given formatter.

impl Copy for BoundState
[src]

impl Clone for BoundState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BoundState
[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 BoundState
[src]