Struct reproto_manifest::NoLang [] [src]

pub struct NoLang;

Fallback language support in case no language is specified.

Trait Implementations

impl Clone for NoLang
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NoLang
[src]

impl Debug for NoLang
[src]

[src]

Formats the value using the given formatter. Read more

impl Lang for NoLang
[src]

[src]

Copy self. Read more

[src]

Module specs.

[src]

Parse a module configuration consisting of only a string. Read more

[src]

Language-specific compile hook. Read more

[src]

Comment the given string.

[src]

Get a list of keywords to transliterate.

[src]

Indicates if the language requires keyword-escaping in the packages.

[src]

Helper to convert into environment.

[src]

Rename packages according to the given naming convention.

[src]

Rename fields according to the given naming convention.

[src]

Rename endpoint identifiers according to the given naming convention.

Auto Trait Implementations

impl Send for NoLang

impl Sync for NoLang