Enum rustdoc::clean::PathParameters
[−]
[src]
pub enum PathParameters { AngleBracketed { lifetimes: Vec<Lifetime>, types: Vec<Type>, bindings: Vec<TypeBinding>, }, Parenthesized { inputs: Vec<Type>, output: Option<Type>, }, }
Unstable (
rustdoc
)Variants
AngleBracketed
Unstable (
rustdoc
)Fields
lifetimes: Vec<Lifetime> | Unstable ( rustdoc ) |
types: Vec<Type> | Unstable ( rustdoc ) |
bindings: Vec<TypeBinding> | Unstable ( rustdoc ) |
Parenthesized
Unstable (
rustdoc
)Fields
inputs: Vec<Type> | Unstable ( rustdoc ) |
output: Option<Type> | Unstable ( rustdoc ) |
Trait Implementations
impl Display for PathParameters
[src]
Derived Implementations
impl Debug for PathParameters
[src]
impl PartialEq for PathParameters
[src]
fn eq(&self, __arg_0: &PathParameters) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PathParameters) -> bool
This method tests for !=
.
impl Decodable for PathParameters
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<PathParameters, __D::Error>
impl Encodable for PathParameters
[src]
impl Clone for PathParameters
[src]
fn clone(&self) -> PathParameters
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more