Struct piske::ast::ast::Parameter [] [src]

pub struct Parameter {
    pub name: Node<Identifier>,
    pub ty: Node<Identifier>,
}

Function parameter (used in function definitions).

Fields

Paramter variable name.

Parameter variable type.

Trait Implementations

impl Debug for Parameter
[src]

[src]

Formats the value using the given formatter.

impl Clone for Parameter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Parameter
[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 Annotated for Parameter

The annotation type.

impl Display for Parameter
[src]

[src]

Formats the value using the given formatter. Read more