pub struct DetectedParser { /* private fields */ }
Trait Implementations§
Source§impl BoardParser for DetectedParser
impl BoardParser for DetectedParser
fn with_content(content: &str) -> Result<Self, ParseError>
fn parse<B>(&self) -> Board<B>where
B: Block,
fn infer_scheme(&self) -> PuzzleScheme
fn parse_rc<B>(&self) -> MutRc<Board<B>>where
B: Block,
Auto Trait Implementations§
impl Freeze for DetectedParser
impl !RefUnwindSafe for DetectedParser
impl !Send for DetectedParser
impl !Sync for DetectedParser
impl Unpin for DetectedParser
impl !UnwindSafe for DetectedParser
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