#[repr(u32)]pub enum GNumberParserError {
G_NUMBER_PARSER_ERROR_INVALID = 0,
G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS = 1,
}Variants§
Trait Implementations§
Source§impl Clone for GNumberParserError
impl Clone for GNumberParserError
Source§fn clone(&self) -> GNumberParserError
fn clone(&self) -> GNumberParserError
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 GNumberParserError
impl Debug for GNumberParserError
Source§impl Hash for GNumberParserError
impl Hash for GNumberParserError
Source§impl PartialEq for GNumberParserError
impl PartialEq for GNumberParserError
impl Copy for GNumberParserError
impl Eq for GNumberParserError
impl StructuralPartialEq for GNumberParserError
Auto Trait Implementations§
impl Freeze for GNumberParserError
impl RefUnwindSafe for GNumberParserError
impl Send for GNumberParserError
impl Sync for GNumberParserError
impl Unpin for GNumberParserError
impl UnwindSafe for GNumberParserError
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