struct LambdaCtx {
lambda: Lambda,
scope: Scope,
captures_with_stack: bool,
}
Expand description
Represents the lambda currently being compiled.
Fields§
§lambda: Lambda
§scope: Scope
§captures_with_stack: bool
Implementations§
Auto Trait Implementations§
impl Freeze for LambdaCtx
impl !RefUnwindSafe for LambdaCtx
impl !Send for LambdaCtx
impl !Sync for LambdaCtx
impl Unpin for LambdaCtx
impl !UnwindSafe for LambdaCtx
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