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