pub struct DebugLine {
pub line: usize,
}Fields§
§line: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugLine
impl RefUnwindSafe for DebugLine
impl Send for DebugLine
impl Sync for DebugLine
impl Unpin for DebugLine
impl UnwindSafe for DebugLine
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