Struct racer::core::PathSegment [] [src]

pub struct PathSegment {
    pub name: String,
    pub types: Vec<Path>,
}

Fields

name
types

Trait Implementations

Derived Implementations

impl Clone for PathSegment

fn clone(&self) -> PathSegment

fn clone_from(&mut self, source: &Self)

impl Debug for PathSegment

fn fmt(&self, __arg_0: &mut Formatter) -> Result