Enum phoenix_lang::InterpretResult
source · pub enum InterpretResult {
InterpretOK(VMState, Vec<ModuleChunk>),
InterpretCompileError,
InterpretRuntimeError,
}Variants§
Trait Implementations§
source§impl Debug for InterpretResult
impl Debug for InterpretResult
source§impl PartialEq<InterpretResult> for InterpretResult
impl PartialEq<InterpretResult> for InterpretResult
source§fn eq(&self, other: &InterpretResult) -> bool
fn eq(&self, other: &InterpretResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InterpretResult
Auto Trait Implementations§
impl RefUnwindSafe for InterpretResult
impl Send for InterpretResult
impl Sync for InterpretResult
impl Unpin for InterpretResult
impl UnwindSafe for InterpretResult
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