Struct racer::core::Scope
[−]
[src]
pub struct Scope {
pub filepath: PathBuf,
pub point: usize,
}Fields
filepath | |
point |
pub struct Scope {
pub filepath: PathBuf,
pub point: usize,
}filepath | |
point |
impl Scopefn from_match(m: &Match) -> Scopeimpl Debug for Scopeimpl Clone for Scopefn clone(&self) -> Scopefn clone_from(&mut self, source: &Self)