Struct racer::PathSearch[][src]

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

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 PartialEq for PathSearch
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for PathSearch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PathSearch

impl Sync for PathSearch