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

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

Fields

path: Path filepath: PathBuf point: usize

Trait Implementations

impl Clone for PathSearch
[src]

fn clone(&self) -> PathSearch

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Debug for PathSearch
[src]

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

Formats the value using the given formatter.