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

Methods

impl Match

fn with_generic_types(&self, generic_types: Vec<PathSearch>) -> Match

Trait Implementations

impl Debug for Match

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

Derived Implementations

impl Clone for Match

fn clone(&self) -> Match

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