Struct syntax::ast::ParenthesizedParameterDataExperimental [-]  [+] [src]

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

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

Fields

inputs

(A,B)

output

C

Trait Implementations

Derived Implementations

impl Show for ParenthesizedParameterData

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<__S: Writer> Hash<__S> for ParenthesizedParameterData

fn hash(&self, __arg_0: &mut __S)

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for ParenthesizedParameterData

fn decode(__arg_0: &mut __D) -> Result<ParenthesizedParameterData, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for ParenthesizedParameterData

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Eq for ParenthesizedParameterData

fn assert_receiver_is_total_eq(&self)

impl PartialEq for ParenthesizedParameterData

fn eq(&self, __arg_0: &ParenthesizedParameterData) -> bool

fn ne(&self, __arg_0: &ParenthesizedParameterData) -> bool

impl Clone for ParenthesizedParameterData

fn clone(&self) -> ParenthesizedParameterData

fn clone_from(&mut self, source: &Self)