pub enum LineNum {
Normal(u32),
Unknown,
CompiledMethod,
NativeMethod,
}
Expand description
A line referenced from a stack frame.
Variants§
Trait Implementations§
impl Copy for LineNum
Auto Trait Implementations§
impl Freeze for LineNum
impl RefUnwindSafe for LineNum
impl Send for LineNum
impl Sync for LineNum
impl Unpin for LineNum
impl UnwindSafe for LineNum
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