pub struct LambdaRegistry { /* private fields */ }Expand description
Maps JIT code pointers to human-readable lambda names.
Populated during compilation, queried during execution to identify which closure is being called when debugging crashes.
Implementations§
Trait Implementations§
Source§impl Default for LambdaRegistry
impl Default for LambdaRegistry
Source§fn default() -> LambdaRegistry
fn default() -> LambdaRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LambdaRegistry
impl RefUnwindSafe for LambdaRegistry
impl Send for LambdaRegistry
impl Sync for LambdaRegistry
impl Unpin for LambdaRegistry
impl UnsafeUnpin for LambdaRegistry
impl UnwindSafe for LambdaRegistry
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