Enum darklua_core::nodes::NumberParsingError
source · [−]pub enum NumberParsingError {
InvalidHexadecimalNumber,
InvalidHexadecimalExponent,
InvalidDecimalNumber,
InvalidDecimalExponent,
InvalidBinaryNumber,
}Variants
InvalidHexadecimalNumber
InvalidHexadecimalExponent
InvalidDecimalNumber
InvalidDecimalExponent
InvalidBinaryNumber
Trait Implementations
sourceimpl Clone for NumberParsingError
impl Clone for NumberParsingError
sourcefn clone(&self) -> NumberParsingError
fn clone(&self) -> NumberParsingError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NumberParsingError
impl Debug for NumberParsingError
sourceimpl Display for NumberParsingError
impl Display for NumberParsingError
impl Eq for NumberParsingError
impl StructuralEq for NumberParsingError
impl StructuralPartialEq for NumberParsingError
Auto Trait Implementations
impl RefUnwindSafe for NumberParsingError
impl Send for NumberParsingError
impl Sync for NumberParsingError
impl Unpin for NumberParsingError
impl UnwindSafe for NumberParsingError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more