pub struct LkScope<'o>(/* private fields */);
Expand description
Custom scope used in crate::varscope build with core_scope, scope, or lk_scope (default)
Trait Implementations§
Auto Trait Implementations§
impl<'o> !RefUnwindSafe for LkScope<'o>
impl<'o> !Send for LkScope<'o>
impl<'o> !Sync for LkScope<'o>
impl<'o> Unpin for LkScope<'o>
impl<'o> !UnwindSafe for LkScope<'o>
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