Struct genco::csharp::Extra [] [src]

pub struct Extra<'el> {
    pub namespace: Option<Cons<'el>>,
    // some fields omitted
}

Extra data for Csharp formatting.

Fields

namespace to use.

Methods

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

[src]

Set the namespace name to build.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<'el> Default for Extra<'el>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

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

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