pub struct SpanTrace {
file: Option<String>,
start_line: usize,
start_col: usize,
end_line: usize,
end_col: usize,
}
Fields§
§file: Option<String>
§start_line: usize
§start_col: usize
§end_line: usize
§end_col: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanTrace
impl RefUnwindSafe for SpanTrace
impl Send for SpanTrace
impl Sync for SpanTrace
impl Unpin for SpanTrace
impl UnwindSafe for SpanTrace
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