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 PathSegmentimpl Debug for PathSegmentimpl PartialEq for PathSegmentfn eq(&self, __arg_0: &PathSegment) -> boolfn ne(&self, __arg_0: &PathSegment) -> boolimpl Decodable for PathSegmentfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<PathSegment, __D>impl Encodable for PathSegmentimpl Clone for PathSegmentfn clone(&self) -> PathSegmentfn 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).