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

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

Fields

global
segments

Methods

impl Path

fn singleton(name: String) -> Path

Trait Implementations

impl Display for Path

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

Derived Implementations

impl Debug for Path

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

impl PartialEq for Path

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

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

impl Decodable for Path

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

impl Encodable for Path

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

impl Clone for Path

fn clone(&self) -> Path

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