Enum baby_emulator::assembler::parser::errors::AbsoluteError
source · pub enum AbsoluteError {
ValueError(ValueParseError),
}Expand description
Thrown when an error was encountered parsing an absolute value.
Variants§
ValueError(ValueParseError)
Attempt to parse a value to an absolute value encountered an error.
Trait Implementations§
source§impl Debug for AbsoluteError
impl Debug for AbsoluteError
source§impl ParseError for AbsoluteError
impl ParseError for AbsoluteError
source§impl PartialEq<AbsoluteError> for AbsoluteError
impl PartialEq<AbsoluteError> for AbsoluteError
source§fn eq(&self, other: &AbsoluteError) -> bool
fn eq(&self, other: &AbsoluteError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AbsoluteError
Auto Trait Implementations§
impl RefUnwindSafe for AbsoluteError
impl Send for AbsoluteError
impl Sync for AbsoluteError
impl Unpin for AbsoluteError
impl UnwindSafe for AbsoluteError
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