enum NumberParseResult {
Numerical(BigUint),
Unparsable(String, ValueKind),
}Variants§
Auto Trait Implementations§
impl Freeze for NumberParseResult
impl RefUnwindSafe for NumberParseResult
impl Send for NumberParseResult
impl Sync for NumberParseResult
impl Unpin for NumberParseResult
impl UnsafeUnpin for NumberParseResult
impl UnwindSafe for NumberParseResult
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