pub enum MoveGenStage {
ReadyToCheckHashMove,
HashMove,
ReadyToGenerateCaptures,
Captures,
ReadyToGenerateKillers,
Killers,
ReadyToGenerateCounters,
Counters,
ReadyToGenerateQuiets,
AllGenerated,
}
Variants§
ReadyToCheckHashMove
HashMove
ReadyToGenerateCaptures
Captures
ReadyToGenerateKillers
Killers
ReadyToGenerateCounters
Counters
ReadyToGenerateQuiets
AllGenerated
Trait Implementations§
source§impl PartialEq for MoveGenStage
impl PartialEq for MoveGenStage
source§fn eq(&self, other: &MoveGenStage) -> bool
fn eq(&self, other: &MoveGenStage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MoveGenStage
Auto Trait Implementations§
impl RefUnwindSafe for MoveGenStage
impl Send for MoveGenStage
impl Sync for MoveGenStage
impl Unpin for MoveGenStage
impl UnwindSafe for MoveGenStage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more