pub enum GeneralCategory {
Show 30 variants
ClosePunctuation,
ConnectorPunctuation,
Control,
CurrencySymbol,
DashPunctuation,
DecimalNumber,
EnclosingMark,
FinalPunctuation,
Format,
InitialPunctuation,
LetterNumber,
LineSeparator,
LowercaseLetter,
MathSymbol,
ModifierLetter,
ModifierSymbol,
NonspacingMark,
OpenPunctuation,
OtherLetter,
OtherNumber,
OtherPunctuation,
OtherSymbol,
ParagraphSeparator,
PrivateUse,
SpaceSeparator,
SpacingMark,
Surrogate,
TitlecaseLetter,
Unassigned,
UppercaseLetter,
}
Variants
ClosePunctuation
ConnectorPunctuation
Control
CurrencySymbol
DashPunctuation
DecimalNumber
EnclosingMark
FinalPunctuation
Format
InitialPunctuation
LetterNumber
LineSeparator
LowercaseLetter
MathSymbol
ModifierLetter
ModifierSymbol
NonspacingMark
OpenPunctuation
OtherLetter
OtherNumber
OtherPunctuation
OtherSymbol
ParagraphSeparator
PrivateUse
SpaceSeparator
SpacingMark
Surrogate
TitlecaseLetter
Unassigned
UppercaseLetter
Trait Implementations
sourceimpl Clone for GeneralCategory
impl Clone for GeneralCategory
sourcefn clone(&self) -> GeneralCategory
fn clone(&self) -> GeneralCategory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GeneralCategory
impl Debug for GeneralCategory
sourceimpl Hash for GeneralCategory
impl Hash for GeneralCategory
sourceimpl PartialEq<GeneralCategory> for GeneralCategory
impl PartialEq<GeneralCategory> for GeneralCategory
sourcefn eq(&self, other: &GeneralCategory) -> bool
fn eq(&self, other: &GeneralCategory) -> bool
impl Copy for GeneralCategory
impl Eq for GeneralCategory
impl StructuralEq for GeneralCategory
impl StructuralPartialEq for GeneralCategory
Auto Trait Implementations
impl RefUnwindSafe for GeneralCategory
impl Send for GeneralCategory
impl Sync for GeneralCategory
impl Unpin for GeneralCategory
impl UnwindSafe for GeneralCategory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more