[board] Derive Clone and Debug for MoveBuilder
This commit is contained in:
parent
e2f8faad3d
commit
771081a5df
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ impl fmt::Debug for Move {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct MoveBuilder {
|
||||
piece: Piece,
|
||||
from: Square,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue