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