Enum zero_sum::impls::tic_tac_toe::Mark [] [src]

pub enum Mark {
    X,
    O,
}

Either X or O.

Variants

Trait Implementations

impl Display for Mark
[src]

Formats the value using the given formatter. Read more

impl Clone for Mark
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Mark
[src]

impl Debug for Mark
[src]

Formats the value using the given formatter.

impl Hash for Mark
[src]

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

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

impl Eq for Mark
[src]

impl PartialEq for Mark
[src]

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

This method tests for !=.