Struct rustdoc::clean::PathSegmentUnstable
[-] [+]
[src]
pub struct PathSegment { pub name: String, pub params: PathParameters, }
Fields
name | |
params |
pub struct PathSegment { pub name: String, pub params: PathParameters, }
name | |
params |
impl Display for PathSegment
impl Debug for PathSegment
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
impl Clone for PathSegment
fn clone(&self) -> PathSegment
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).