pub struct RegexParser;Expand description
Regex parser.
Implementations§
Source§impl RegexParser
impl RegexParser
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