Struct racer::core::PathSegment
[−]
[src]
pub struct PathSegment { pub name: String, pub types: Vec<Path>, }
Fields
name | |
types |
pub struct PathSegment { pub name: String, pub types: Vec<Path>, }
name | |
types |
impl Clone for PathSegment
fn clone(&self) -> PathSegment
fn clone_from(&mut self, source: &Self)
impl Debug for PathSegment