Struct zero_sum::impls::tic_tac_toe::Ply [] [src]

pub struct Ply {
    pub mark: Mark,
    pub coordinates: (usize, usize),
}

The placement of a mark in an empty space.

Fields

Trait Implementations

impl Display for Ply
[src]

Formats the value using the given formatter. Read more

impl Ply for Ply
[src]

impl Clone for Ply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ply
[src]

Formats the value using the given formatter.

impl PartialEq for Ply
[src]

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

This method tests for !=.

impl Hash for Ply
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more