Struct backgammon_logic::moves::Move[][src]

pub struct Move {
    pub submoves: Vec<Submove>,
}

Fields

Methods

impl Move
[src]

Trait Implementations

impl Debug for Move
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Move
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Move

impl Sync for Move