Struct racer::PathSearch [] [src]

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

Information about generic types in a match

Fields

Trait Implementations

impl Clone for PathSearch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PathSearch
[src]

Formats the value using the given formatter.