Struct syn::ParenthesizedParameterData [] [src]

pub struct ParenthesizedParameterData {
    pub inputs: Vec<Ty>,
    pub output: Option<Ty>,
}
[]

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

Fields

[]

(A, B)

[]

C

Trait Implementations

impl ToTokens for ParenthesizedParameterData
[src]

[src]
[]

Write self to the given Tokens. Read more

impl Debug for ParenthesizedParameterData
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Clone for ParenthesizedParameterData
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Eq for ParenthesizedParameterData
[src]

impl PartialEq for ParenthesizedParameterData
[src]

[src]
[]

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

[src]
[]

This method tests for !=.

impl Hash for ParenthesizedParameterData
[src]

[src]
[]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]
[]

Feeds a slice of this type into the given [Hasher]. Read more