pub struct IntegerParserState { /* private fields */ }Expand description
The state of an integer parser.
Trait Implementations§
Source§impl Clone for IntegerParserState
impl Clone for IntegerParserState
Source§fn clone(&self) -> IntegerParserState
fn clone(&self) -> IntegerParserState
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 IntegerParserState
impl Debug for IntegerParserState
Source§impl Default for IntegerParserState
impl Default for IntegerParserState
Source§impl PartialEq for IntegerParserState
impl PartialEq for IntegerParserState
impl Copy for IntegerParserState
impl Eq for IntegerParserState
impl StructuralPartialEq for IntegerParserState
Auto Trait Implementations§
impl Freeze for IntegerParserState
impl RefUnwindSafe for IntegerParserState
impl Send for IntegerParserState
impl Sync for IntegerParserState
impl Unpin for IntegerParserState
impl UnwindSafe for IntegerParserState
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