Struct tak::board_naive::NaiveBoard [] [src]

pub struct NaiveBoard { /* fields omitted */ }

Trait Implementations

impl Clone for NaiveBoard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NaiveBoard
[src]

Formats the value using the given formatter.

impl Decodable for NaiveBoard
[src]

Deserialize a value using a Decoder.

impl Encodable for NaiveBoard
[src]

Serialize a value using an Encoder.

impl Board for NaiveBoard
[src]

impl FromStr for NaiveBoard
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for NaiveBoard
[src]

Formats the value using the given formatter. Read more