pub enum CodeGenLibError {
JitFunctionsNoExtern,
AdrOutOfMem,
}
Expand description
An error type which can ocure during any CodeGenLib functions which stores the error information
Variants§
Trait Implementations§
Source§impl Clone for CodeGenLibError
impl Clone for CodeGenLibError
Source§fn clone(&self) -> CodeGenLibError
fn clone(&self) -> CodeGenLibError
Returns a copy 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 CodeGenLibError
impl Debug for CodeGenLibError
Auto Trait Implementations§
impl Freeze for CodeGenLibError
impl RefUnwindSafe for CodeGenLibError
impl Send for CodeGenLibError
impl Sync for CodeGenLibError
impl Unpin for CodeGenLibError
impl UnwindSafe for CodeGenLibError
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