pub struct RawLoc {
pub filename: PathBuf,
pub lines: Vec<u32>,
}Expand description
Represents a source location in a file system
Fields§
§filename: PathBuf§lines: Vec<u32>Implementations§
Trait Implementations§
impl Eq for RawLoc
impl StructuralPartialEq for RawLoc
Auto Trait Implementations§
impl Freeze for RawLoc
impl RefUnwindSafe for RawLoc
impl Send for RawLoc
impl Sync for RawLoc
impl Unpin for RawLoc
impl UnwindSafe for RawLoc
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