Enum reproto_manifest::Language [] [src]

pub enum Language {
    Csharp,
    Go,
    Java,
    Js,
    Json,
    Python,
    Reproto,
    Rust,
    Swift,
}

Enum designating which language is being compiled.

Variants

Methods

impl Language
[src]

[src]

Trait Implementations

impl Debug for Language
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Language
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Language
[src]

Auto Trait Implementations

impl Send for Language

impl Sync for Language