pub enum VmResult {
Ok(JsValue),
Error(JErrorType),
}Expand description
Result of VM execution.
Variants§
Auto Trait Implementations§
impl Freeze for VmResult
impl !RefUnwindSafe for VmResult
impl !Send for VmResult
impl !Sync for VmResult
impl Unpin for VmResult
impl !UnwindSafe for VmResult
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