pub enum Incb {
Consonant,
Extend,
Linker,
None,
}Expand description
Unicode property Indic_Conjunct_Break (InCB).
Variants§
Trait Implementations§
Source§impl UnicodeProperty for Incb
impl UnicodeProperty for Incb
fn property_value_name(&self) -> PropertyName
impl Copy for Incb
impl StructuralPartialEq for Incb
Auto Trait Implementations§
impl Freeze for Incb
impl RefUnwindSafe for Incb
impl Send for Incb
impl Sync for Incb
impl Unpin for Incb
impl UnwindSafe for Incb
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