Enum unicode_general_category::GeneralCategory[][src]

pub enum GeneralCategory {
    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

impl Clone for GeneralCategory[src]

impl Copy for GeneralCategory[src]

impl Debug for GeneralCategory[src]

impl Eq for GeneralCategory[src]

impl Hash for GeneralCategory[src]

impl PartialEq<GeneralCategory> for GeneralCategory[src]

impl StructuralEq for GeneralCategory[src]

impl StructuralPartialEq for GeneralCategory[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.