pub struct PreprocessInfo {
pub line_origins: Vec<(u32, Option<PathBuf>)>,
pub import_stack: Vec<PathBuf>,
}
Fields§
§line_origins: Vec<(u32, Option<PathBuf>)>
§import_stack: Vec<PathBuf>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreprocessInfo
impl RefUnwindSafe for PreprocessInfo
impl Send for PreprocessInfo
impl Sync for PreprocessInfo
impl Unpin for PreprocessInfo
impl UnwindSafe for PreprocessInfo
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