pub struct SfenBoard {
pub board: Board,
pub next_turn: Color,
}Fields§
§board: Board§next_turn: ColorImplementations§
Auto Trait Implementations§
impl Freeze for SfenBoard
impl RefUnwindSafe for SfenBoard
impl Send for SfenBoard
impl Sync for SfenBoard
impl Unpin for SfenBoard
impl UnwindSafe for SfenBoard
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