Struct racer::core::Scope [] [src]

pub struct Scope {
    pub filepath: PathBuf,
    pub point: usize,
}

Fields

filepath
point

Methods

impl Scope

fn from_match(m: &Match) -> Scope

Trait Implementations

impl Debug for Scope

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

Derived Implementations

impl Clone for Scope

fn clone(&self) -> Scope

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