pub struct Notation { /* private fields */ }Implementations§
Source§impl Notation
impl Notation
pub fn from_mv_with_context( bs_context: &BoardState, mv: &Move, ) -> Result<Notation, PGNParseError>
Source§impl Notation
impl Notation
pub fn to_move_with_context( &self, bs_context: &BoardState, ) -> Result<Move, PGNParseError>
Trait Implementations§
impl Eq for Notation
impl StructuralPartialEq for Notation
Auto Trait Implementations§
impl Freeze for Notation
impl RefUnwindSafe for Notation
impl Send for Notation
impl Sync for Notation
impl Unpin for Notation
impl UnwindSafe for Notation
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