pub enum Language {
Show 15 variants
English,
Chinese,
TraditionalChinese,
Japanese,
Korean,
German,
French,
Spanish,
Portuguese,
Arabic,
Thai,
Indonesian,
Filipino,
Ukrainian,
Vietnamese,
}Variants§
English
Chinese
TraditionalChinese
Japanese
Korean
German
French
Spanish
Portuguese
Arabic
Thai
Indonesian
Filipino
Ukrainian
Vietnamese
Implementations§
Trait Implementations§
Source§impl Ord for Language
impl Ord for Language
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Language
impl PartialOrd for Language
impl Copy for Language
impl Eq for Language
impl StructuralPartialEq for Language
Auto Trait Implementations§
impl Freeze for Language
impl RefUnwindSafe for Language
impl Send for Language
impl Sync for Language
impl Unpin for Language
impl UnsafeUnpin for Language
impl UnwindSafe for Language
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more