Struct genco::csharp::Argument[][src]

pub struct Argument<'el> {
    pub modifiers: Vec<Modifier>,
    // some fields omitted
}

Model for C# Arguments to functions.

Fields

Modifiers for argument.

Methods

impl<'el> Argument<'el>
[src]

Build a new empty argument.

Push an attribute.

Get the variable of the argument.

The type of the argument.

Trait Implementations

impl<'el> Debug for Argument<'el>
[src]

Formats the value using the given formatter. Read more

impl<'el> Clone for Argument<'el>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'el> From<Argument<'el>> for Tokens<'el, Csharp<'el>>
[src]

Performs the conversion.

impl<'el> IntoTokens<'el, Csharp<'el>> for Argument<'el>
[src]

Convert the type into tokens.

Auto Trait Implementations

impl<'el> !Send for Argument<'el>

impl<'el> !Sync for Argument<'el>