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: String filepath: PathBuf point: usize local: bool mtype: MatchType contextstr: String generic_args: Vec<String> generic_types: Vec<PathSearch>

Methods

impl Match
[src]

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

Trait Implementations

impl Clone for Match
[src]

fn clone(&self) -> Match

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Debug for Match
[src]

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

Formats the value using the given formatter.