Struct racer::Match [] [src]

pub struct Match {
    pub matchstr: String,
    pub filepath: PathBuf,
    pub point: usize,
    pub coords: Option<Coordinate>,
    pub local: bool,
    pub mtype: MatchType,
    pub contextstr: String,
    pub generic_args: Vec<String>,
    pub generic_types: Vec<PathSearch>,
    pub docs: String,
}

Context, source, and etc. for detected completion or definition

Fields

Trait Implementations

impl Clone for Match
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Match
[src]

Formats the value using the given formatter.