pub struct DebugParser { /* private fields */ }Implementations§
Source§impl DebugParser
impl DebugParser
pub fn new(id: impl ToString, parser: ParserHandle) -> Self
Trait Implementations§
Source§impl Parser for DebugParser
impl Parser for DebugParser
fn parse<'a>( &self, registry: &ParserRegistry, input: &'a str, ) -> ParseResult<'a>
fn extend(&self, parser: ParserHandle)
Auto Trait Implementations§
impl Freeze for DebugParser
impl !RefUnwindSafe for DebugParser
impl Send for DebugParser
impl Sync for DebugParser
impl Unpin for DebugParser
impl UnsafeUnpin for DebugParser
impl !UnwindSafe for DebugParser
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