Struct reproto_backend_reproto::ReprotoLang [] [src]

pub struct ReprotoLang;

Trait Implementations

impl Clone for ReprotoLang
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ReprotoLang
[src]

impl Default for ReprotoLang
[src]

[src]

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

impl Debug for ReprotoLang
[src]

[src]

Formats the value using the given formatter. Read more

impl Lang for ReprotoLang
[src]

Copy self. Read more

Module specs.

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

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.

Auto Trait Implementations

impl Send for ReprotoLang

impl Sync for ReprotoLang