pub struct LegalMove {
pub mv: Move,
pub promoted: bool,
}Fields§
§mv: Move§promoted: boolAuto Trait Implementations§
impl Freeze for LegalMove
impl RefUnwindSafe for LegalMove
impl Send for LegalMove
impl Sync for LegalMove
impl Unpin for LegalMove
impl UnsafeUnpin for LegalMove
impl UnwindSafe for LegalMove
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