pub struct ExecutionFrame { /* private fields */ }Implementations§
Source§impl ExecutionFrame
impl ExecutionFrame
pub fn run(&mut self) -> RoarResult<RuntimeValue>
Auto Trait Implementations§
impl Freeze for ExecutionFrame
impl RefUnwindSafe for ExecutionFrame
impl Send for ExecutionFrame
impl Sync for ExecutionFrame
impl Unpin for ExecutionFrame
impl UnsafeUnpin for ExecutionFrame
impl UnwindSafe for ExecutionFrame
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