Struct racer::core::PathSearch [] [src]

pub struct PathSearch {
    pub path: Path,
    pub filepath: PathBuf,
    pub point: usize,
}

Fields

path
filepath
point

Trait Implementations

impl Debug for PathSearch

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Clone for PathSearch

fn clone(&self) -> PathSearch

fn clone_from(&mut self, source: &Self)