pub struct MctsSelectionResult {
pub id: MctsId,
pub selection: SelectionResult,
pub path: Vec<Action>,
}Expand description
Represents the output of a selection phase for a specific engine.
Fields§
§id: MctsId§selection: SelectionResult§path: Vec<Action>Auto Trait Implementations§
impl Freeze for MctsSelectionResult
impl RefUnwindSafe for MctsSelectionResult
impl Send for MctsSelectionResult
impl Sync for MctsSelectionResult
impl Unpin for MctsSelectionResult
impl UnsafeUnpin for MctsSelectionResult
impl UnwindSafe for MctsSelectionResult
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