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

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

Fields

filepath: PathBuf point: usize

Methods

impl Scope
[src]

fn from_match(m: &Match) -> Scope

Trait Implementations

impl Clone for Scope
[src]

fn clone(&self) -> Scope

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 Scope
[src]

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

Formats the value using the given formatter.