pub enum Language {
Arabic,
ArabicV2,
Kurdish,
Custom(&'static [LettersType]),
}Expand description
Supported languages
Variants§
Arabic
Arabic is default and recommended to work in most of the cases
ArabicV2
ArabicV2 is only to be used with certain font that you run into missing chars
Kurdish
Kurdish if you are using Kurdish Sarchia font is recommended,
work with both unicode and classic Arabic-Kurdish keybouard
Custom(&'static [LettersType])
Custom language
Trait Implementations§
impl Copy 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 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