Enum ucd::tables::decomp::GraphemeClusterBreak [] [src]

pub enum GraphemeClusterBreak {
    Control,
    CarriageReturn,
    LineFeed,
    Extend,
    Prepend,
    EmojiModifier,
    EmojiModifierBase,
    EmojiModiferBaseAfterZWJ,
    GlueAfterZWJ,
    ZWJ,
    LeadingJamo,
    VowelJamo,
    TrailingJamo,
    LVHangulSyllable,
    LVTHangulSyllable,
    RegionalIndicator,
    SpacingMark,
    Other,
}

Variants

Trait Implementations

impl Clone for GraphemeClusterBreak
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GraphemeClusterBreak
[src]

impl Eq for GraphemeClusterBreak
[src]

impl PartialEq for GraphemeClusterBreak
[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 GraphemeClusterBreak
[src]

Formats the value using the given formatter.