pub struct Valuation {
pub winner: Player,
pub depth: usize,
}Fields§
§winner: Player§depth: usizeImplementations§
Trait Implementations§
impl Eq for Valuation
impl StructuralPartialEq for Valuation
Auto Trait Implementations§
impl Freeze for Valuation
impl RefUnwindSafe for Valuation
impl Send for Valuation
impl Sync for Valuation
impl Unpin for Valuation
impl UnwindSafe for Valuation
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