Enum xxd::generate::Language[][src]

pub enum Language {
    C,
    Cpp,
    Rust,
    Python,
    Unknown,
}

Variants

Trait Implementations

impl Debug for Language
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Language
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Language
[src]

impl<'a> From<&'a str> for Language
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Language

impl Sync for Language