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 PathSearch
impl Clone for PathSearch
fn clone(&self) -> PathSearch
fn clone_from(&mut self, source: &Self)