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 Path
fn generic_types(&self) -> Iter<Path>
fn from_vec(global: bool, v: Vec<&str>) -> Path
fn from_svec(global: bool, v: Vec<String>) -> Path
impl Debug for Path
impl Clone for Path
fn clone(&self) -> Path
fn clone_from(&mut self, source: &Self)