Enum ucd::tables::general::UnicodeCategory [] [src]

pub enum UnicodeCategory {
    UppercaseLetter,
    LowercaseLetter,
    TitlecaseLetter,
    ModifierLetter,
    OtherLetter,
    NonspacingMark,
    SpacingMark,
    EnclosingMark,
    DecimalNumber,
    LetterNumber,
    OtherNumber,
    ConnectorPunctuation,
    DashPunctuation,
    OpenPunctuation,
    ClosePunctuation,
    InitialPunctuation,
    FinalPunctuation,
    OtherPunctuation,
    MathSymbol,
    CurrencySymbol,
    ModifierSymbol,
    OtherSymbol,
    SpaceSeparator,
    LineSeparator,
    ParagraphSeparator,
    Control,
    Format,
    Surrogate,
    PrivateUse,
    Unassigned,
}

Variants

Trait Implementations

impl Clone for UnicodeCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnicodeCategory
[src]

impl Eq for UnicodeCategory
[src]

impl PartialEq for UnicodeCategory
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for UnicodeCategory
[src]

Formats the value using the given formatter.