pub struct RandomStrategy;Trait Implementations§
Source§impl ReversiStrategy for RandomStrategy
impl ReversiStrategy for RandomStrategy
Auto Trait Implementations§
impl Freeze for RandomStrategy
impl RefUnwindSafe for RandomStrategy
impl Send for RandomStrategy
impl Sync for RandomStrategy
impl Unpin for RandomStrategy
impl UnwindSafe for RandomStrategy
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