Struct rustdoc::clean::PathSegment[src]

pub struct PathSegment {
    pub name: String,
    pub lifetimes: Vec<Lifetime>,
    pub types: Vec<Type>,
}

Fields

name
lifetimes
types

Trait Implementations

Derived Implementations

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)