pub struct NLR { /* private fields */ }
Expand description
number of line register
Implementations§
Auto Trait Implementations§
impl !Freeze for NLR
impl !RefUnwindSafe for NLR
impl Send for NLR
impl !Sync for NLR
impl Unpin for NLR
impl UnwindSafe for NLR
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