pub struct BestMove {
pub move: UciMove,
pub ponder: Option<UciMove>,
}Expand description
Fields§
§move: UciMove§ponder: Option<UciMove>Trait Implementations§
Source§impl TryFrom<RawEngineMessage> for BestMove
impl TryFrom<RawEngineMessage> for BestMove
Source§type Error = MessageTryFromRawMessageError<EngineMessageParameterPointer>
type Error = MessageTryFromRawMessageError<EngineMessageParameterPointer>
The type returned in the event of a conversion error.
impl Eq for BestMove
impl StructuralPartialEq for BestMove
Auto Trait Implementations§
impl Freeze for BestMove
impl RefUnwindSafe for BestMove
impl Send for BestMove
impl Sync for BestMove
impl Unpin for BestMove
impl UnwindSafe for BestMove
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