pub enum CharType {
ConsonantsMain,
CombiningSignsAyogavaha,
VowelsMain,
VowelSignsMain,
VowelSignsVirama,
Numerals,
OthersSymbols,
OthersAytham,
Space,
NewLine,
CouldNotIdentify,
}Variants§
ConsonantsMain
CombiningSignsAyogavaha
VowelsMain
VowelSignsMain
VowelSignsVirama
Numerals
OthersSymbols
OthersAytham
Space
NewLine
CouldNotIdentify
Trait Implementations§
impl StructuralPartialEq for CharType
Auto Trait Implementations§
impl Freeze for CharType
impl RefUnwindSafe for CharType
impl Send for CharType
impl Sync for CharType
impl Unpin for CharType
impl UnsafeUnpin for CharType
impl UnwindSafe for CharType
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