Struct rustdoc::clean::PathExperimental [-]  [+] [src]

pub struct Path {
    pub global: bool,
    pub segments: Vec<PathSegment>,
}

Fields

global
segments

Trait Implementations

impl Show for Path

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

Derived Implementations

impl PartialEq for Path

fn eq(&self, __arg_0: &Path) -> bool

fn ne(&self, __arg_0: &Path) -> bool

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Path

fn decode(__arg_0: &mut __D) -> Result<Path, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Path

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Clone for Path

fn clone(&self) -> Path

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