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

pub enum WordBreak {
    CarriageReturn,
    DoubleQuote,
    EmojiModifier,
    EmojiModifierBase,
    EmojiModifierBaseAfterZWJ,
    ExtendNumLet,
    Extend,
    Format,
    GlueAfterZWJ,
    HebrewLetter,
    Katakana,
    ALetter,
    LineFeed,
    MidNumericLetter,
    MidLetter,
    MidNumeric,
    Newline,
    Numeric,
    RegionalIndicator,
    SingleQuote,
    Other,
    ZeroWidthJoiner,
}

Variants

Trait Implementations

impl Clone for WordBreak
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WordBreak
[src]

impl Eq for WordBreak
[src]

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

Formats the value using the given formatter.