pub struct RegexParser { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RegexParser
impl Clone for RegexParser
Source§fn clone(&self) -> RegexParser
fn clone(&self) -> RegexParser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Parser for RegexParser
impl Parser for RegexParser
fn parse<'a>(&self, _: &ParserRegistry, input: &'a str) -> ParseResult<'a>
fn extend(&self, parser: ParserHandle)
Auto Trait Implementations§
impl Freeze for RegexParser
impl RefUnwindSafe for RegexParser
impl Send for RegexParser
impl Sync for RegexParser
impl Unpin for RegexParser
impl UnsafeUnpin for RegexParser
impl UnwindSafe for RegexParser
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