Struct rustc::hir::ParenthesizedParameterData [] [src]

pub struct ParenthesizedParameterData {
    pub span: Span,
    pub inputs: HirVec<P<Ty>>,
    pub output: Option<P<Ty>>,
}
🔬 This is a nightly-only experimental API. (rustc_private)

A path like Foo(A,B) -> C

Fields

🔬 This is a nightly-only experimental API. (rustc_private)

Overall span

🔬 This is a nightly-only experimental API. (rustc_private)

(A,B)

🔬 This is a nightly-only experimental API. (rustc_private)

C

Trait Implementations

impl Clone for ParenthesizedParameterData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ParenthesizedParameterData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ParenthesizedParameterData
[src]

impl Encodable for ParenthesizedParameterData
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

deprecated in favor of rustc-serialize on crates.io

impl Decodable for ParenthesizedParameterData
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

deprecated in favor of rustc-serialize on crates.io

impl Hash for ParenthesizedParameterData
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for ParenthesizedParameterData
[src]

Formats the value using the given formatter.