Struct racer::core::Match
[−]
[src]
pub struct Match {
pub matchstr: String,
pub filepath: PathBuf,
pub point: usize,
pub local: bool,
pub mtype: MatchType,
pub contextstr: String,
pub generic_args: Vec<String>,
pub generic_types: Vec<PathSearch>,
}Fields
matchstr | |
filepath | |
point | |
local | |
mtype | |
contextstr | |
generic_args | |
generic_types |