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

pub struct PathSegment {
    pub name: String,
    pub params: PathParameters,
}

Fields

name
params

Trait Implementations

impl Display for PathSegment

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

Derived Implementations

impl Debug for PathSegment

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

impl PartialEq for PathSegment

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

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

impl Decodable for PathSegment

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

impl Encodable for PathSegment

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

impl Clone for PathSegment

fn clone(&self) -> PathSegment

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