pub struct CodeIndex {
pub path: String,
pub line: usize,
pub line_code: String,
}
Fields§
§path: String
§line: usize
§line_code: String
Trait Implementations§
impl Eq for CodeIndex
impl StructuralPartialEq for CodeIndex
Auto Trait Implementations§
impl Freeze for CodeIndex
impl RefUnwindSafe for CodeIndex
impl Send for CodeIndex
impl Sync for CodeIndex
impl Unpin for CodeIndex
impl UnwindSafe for CodeIndex
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