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