pub struct Board { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a Board
impl<'a> IntoIterator for &'a Board
Source§impl<'a> IntoIterator for &'a mut Board
impl<'a> IntoIterator for &'a mut Board
Auto Trait Implementations§
impl Freeze for Board
impl RefUnwindSafe for Board
impl Send for Board
impl Sync for Board
impl Unpin for Board
impl UnwindSafe for Board
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