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]

[src]

Build a new empty argument.

[src]

Push an attribute.

[src]

Get the variable of the argument.

[src]

The type of the argument.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Performs the conversion.

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

[src]

Convert the type into tokens.

Auto Trait Implementations

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

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