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
ArabicBengaliCyrillicDevanagariEthiopicGeorgianGreekGujaratiGurmukhiHangulHebrewHiraganaKannadaKatakanaKhmerLatinMalayalamMandarinMyanmarOriyaSinhalaTamilTeluguThaiMethods
impl Script[src]
Trait Implementations
impl PartialEq for Script[src]
fn eq(&self, __arg_0: &Script) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for Script[src]
impl Debug for Script[src]
impl Clone for Script[src]
fn clone(&self) -> Script
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more