pub enum LambdaBody {
Instruction(Arc<VMInstructionPackage>),
NativeFunction(Box<dyn Runnable>),
}Variants§
Trait Implementations§
Source§impl Clone for LambdaBody
impl Clone for LambdaBody
Source§impl Debug for LambdaBody
impl Debug for LambdaBody
Auto Trait Implementations§
impl Freeze for LambdaBody
impl !RefUnwindSafe for LambdaBody
impl Send for LambdaBody
impl Sync for LambdaBody
impl Unpin for LambdaBody
impl !UnwindSafe for LambdaBody
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