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