Struct racer::core::PathSearch
[−]
[src]
pub struct PathSearch {
pub path: Path,
pub filepath: PathBuf,
pub point: usize,
}Fields
path | |
filepath | |
point |
pub struct PathSearch {
pub path: Path,
pub filepath: PathBuf,
pub point: usize,
}path | |
filepath | |
point |
impl Debug for PathSearchimpl Clone for PathSearchfn clone(&self) -> PathSearchfn clone_from(&mut self, source: &Self)