pub struct San {
pub play: Move,
pub check: Option<Check>,
}Fields§
§play: Move§check: Option<Check>Implementations§
Trait Implementations§
impl Copy for San
impl Eq for San
impl StructuralPartialEq for San
Auto Trait Implementations§
impl Freeze for San
impl RefUnwindSafe for San
impl Send for San
impl Sync for San
impl Unpin for San
impl UnsafeUnpin for San
impl UnwindSafe for San
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