pub enum Lang {
Show 16 variants
Ara,
Cmn,
Deu,
Eng,
Fra,
Hin,
Ita,
Jpn,
Kor,
Nld,
Por,
Rus,
Spa,
Swe,
Tur,
Vie,
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<Lang> for Lang
impl PartialEq<Lang> for Lang
impl Copy for Lang
impl Eq for Lang
impl StructuralEq for Lang
impl StructuralPartialEq for Lang
Auto Trait Implementations§
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