pub enum RuntimeErrorType {
ValueTypeError(RuntimeState),
StackError(RuntimeState),
CompilerError(RuntimeState),
InputOutputError,
SchemaError,
OtherError,
}Variants§
ValueTypeError(RuntimeState)
StackError(RuntimeState)
CompilerError(RuntimeState)
InputOutputError
SchemaError
OtherError
Trait Implementations§
Source§impl Debug for RuntimeErrorType
impl Debug for RuntimeErrorType
Auto Trait Implementations§
impl Freeze for RuntimeErrorType
impl RefUnwindSafe for RuntimeErrorType
impl Send for RuntimeErrorType
impl Sync for RuntimeErrorType
impl Unpin for RuntimeErrorType
impl UnwindSafe for RuntimeErrorType
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