Struct rustc_typeck::hir::ParenthesizedParameterData [] [src]

pub struct ParenthesizedParameterData {
    pub span: Span,
    pub inputs: P<[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 Decodable for ParenthesizedParameterData
[src]

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

impl PartialEq<ParenthesizedParameterData> 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 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 Clone for ParenthesizedParameterData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ParenthesizedParameterData
[src]

impl Debug for ParenthesizedParameterData
[src]

Formats the value using the given formatter.

impl Encodable for ParenthesizedParameterData
[src]

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