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

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

Fields

name
params

Trait Implementations

impl Show for PathSegment

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

Derived Implementations

impl PartialEq for PathSegment

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

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

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

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

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

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

impl Clone for PathSegment

fn clone(&self) -> PathSegment

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