Struct racer::core::Path
[−]
[src]
pub struct Path {
pub global: bool,
pub segments: Vec<PathSegment>,
}Fields
global | |
segments |
pub struct Path {
pub global: bool,
pub segments: Vec<PathSegment>,
}global | |
segments |
impl Pathfn generic_types(&self) -> Iter<Path>fn from_vec(global: bool, v: Vec<&str>) -> Pathfn from_svec(global: bool, v: Vec<String>) -> Pathimpl Debug for Pathimpl Clone for Pathfn clone(&self) -> Pathfn clone_from(&mut self, source: &Self)