Expand description
For storing boards in the AI tree, stores board with score for comparisons
Fields
board: Board
score: isize
Implementations
Trait Implementations
impl Eq for BoardNode
impl StructuralEq for BoardNode
impl StructuralPartialEq for BoardNode
Auto Trait Implementations
impl RefUnwindSafe for BoardNode
impl Send for BoardNode
impl Sync for BoardNode
impl Unpin for BoardNode
impl UnwindSafe for BoardNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more