Enum whatlang::Script [] [src]

pub enum Script {
    Arabic,
    Bengali,
    Cyrillic,
    Devanagari,
    Ethiopic,
    Georgian,
    Greek,
    Gujarati,
    Gurmukhi,
    Hangul,
    Hebrew,
    Hiragana,
    Kannada,
    Katakana,
    Khmer,
    Latin,
    Malayalam,
    Mandarin,
    Myanmar,
    Oriya,
    Sinhala,
    Tamil,
    Telugu,
    Thai,
}

Represents a writing system (Latin, Cyrillic, Arabic, etc).

Variants

Methods

impl Script
[src]

Trait Implementations

impl PartialEq for Script
[src]

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

This method tests for !=.

impl Eq for Script
[src]

impl Debug for Script
[src]

Formats the value using the given formatter.

impl Clone for Script
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Script
[src]

impl Display for Script
[src]

Formats the value using the given formatter. Read more