pub struct Fen { /* private fields */ }
Expand description
Represents FEN (Forsyth-Edwards Notation).
Implementations§
Trait Implementations§
impl Eq for Fen
impl StructuralPartialEq for Fen
Auto Trait Implementations§
impl Freeze for Fen
impl RefUnwindSafe for Fen
impl Send for Fen
impl Sync for Fen
impl Unpin for Fen
impl UnwindSafe for Fen
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