pub enum GroupName {
Word,
Digit,
Space,
HorizSpace,
VertSpace,
Category(Category),
Script(Script),
CodeBlock(CodeBlock),
OtherProperties(OtherProperties),
}
Variants§
Word
Digit
Space
HorizSpace
VertSpace
Category(Category)
Script(Script)
CodeBlock(CodeBlock)
OtherProperties(OtherProperties)
Implementations§
Trait Implementations§
impl Copy for GroupName
impl Eq for GroupName
impl StructuralPartialEq for GroupName
Auto Trait Implementations§
impl Freeze for GroupName
impl RefUnwindSafe for GroupName
impl Send for GroupName
impl Sync for GroupName
impl Unpin for GroupName
impl UnwindSafe for GroupName
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