Enum DriverError
pub enum DriverError {
PreprocessorFailed,
LexerFailed,
CompilerFailed,
AssemblerFailed,
}Expand description
An error returned by the compiler driver.
Variants§
Trait Implementations§
§impl Clone for DriverError
impl Clone for DriverError
§fn clone(&self) -> DriverError
fn clone(&self) -> DriverError
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 more§impl Debug for DriverError
impl Debug for DriverError
§impl PartialEq for DriverError
impl PartialEq for DriverError
impl Copy for DriverError
impl Eq for DriverError
impl StructuralPartialEq for DriverError
Auto Trait Implementations§
impl Freeze for DriverError
impl RefUnwindSafe for DriverError
impl Send for DriverError
impl Sync for DriverError
impl Unpin for DriverError
impl UnwindSafe for DriverError
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