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 PathSegmentfn clone(&self) -> PathSegmentfn clone_from(&mut self, source: &Self)impl Debug for PathSegment