Struct tak::board5::Board5 [] [src]

pub struct Board5 { /* fields omitted */ }

Trait Implementations

impl Copy for Board5
[src]

impl Clone for Board5
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Board5
[src]

Formats the value using the given formatter.

impl Decodable for Board5
[src]

Deserialize a value using a Decoder.

impl Encodable for Board5
[src]

Serialize a value using an Encoder.

impl Board for Board5
[src]

Checks to see if all spaces have at least one piece

impl FromStr for Board5
[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 Board5
[src]

Formats the value using the given formatter. Read more