pub struct RegexNt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'input, G> Symbol<'input, G> for RegexNt
impl<'input, G> Symbol<'input, G> for RegexNt
type Output = &'input str
fn pretty_print(&self) -> String
fn parse( &self, _: &mut G, start: Input<'input>, ) -> ParseResult<'input, &'input str>
fn parse_complete( &self, grammar: &mut G, text: &'input str, ) -> Result<Self::Output, Error<'input>>
fn parse_prefix( &self, grammar: &mut G, text: &'input str, ) -> ParseResult<'input, Self::Output>
Auto Trait Implementations§
impl !Freeze for RegexNt
impl !RefUnwindSafe for RegexNt
impl Send for RegexNt
impl Sync for RegexNt
impl Unpin for RegexNt
impl !UnwindSafe for RegexNt
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