pub struct RegexParserState { /* private fields */ }Expand description
The state of a regex parser.
Trait Implementations§
Source§impl Clone for RegexParserState
impl Clone for RegexParserState
Source§fn clone(&self) -> RegexParserState
fn clone(&self) -> RegexParserState
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 Debug for RegexParserState
impl Debug for RegexParserState
Source§impl Default for RegexParserState
impl Default for RegexParserState
Source§fn default() -> RegexParserState
fn default() -> RegexParserState
Returns the “default value” for a type. Read more
Source§impl PartialEq for RegexParserState
impl PartialEq for RegexParserState
impl Eq for RegexParserState
impl StructuralPartialEq for RegexParserState
Auto Trait Implementations§
impl Freeze for RegexParserState
impl RefUnwindSafe for RegexParserState
impl Send for RegexParserState
impl Sync for RegexParserState
impl Unpin for RegexParserState
impl UnwindSafe for RegexParserState
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