pub enum Lang {}
Expand description
ISO 639-1 language codes.
Each variant corresponds to a set of words included in the binary.
You MUST enable the corresponding crate feature.
§Variants
De
- German. Must enable “de” feature.En
- English. Must enable “en” feature.Es
- Spanish. Must enable “es” feature.Fr
- French. Must enable “fr” feature.Ja
- Japanese. Must enable “ja” feature.Ru
- Russian. Must enable “ru” feature.Zh
- Chinese. Must enable “zh” feature.
Trait Implementations§
Source§impl Ord for Lang
impl Ord for Lang
Source§impl PartialOrd for Lang
impl PartialOrd for Lang
impl Copy for Lang
impl Eq for Lang
impl StructuralPartialEq for Lang
Auto Trait Implementations§
impl Freeze for Lang
impl RefUnwindSafe for Lang
impl Send for Lang
impl Sync for Lang
impl Unpin for Lang
impl UnwindSafe for Lang
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