Enum ucd::tables::misc::LinebreakClass [] [src]

pub enum LinebreakClass {
    Ambiguous,
    Alphabetic,
    BreakBoth,
    BreakAfter,
    BreakBefore,
    MandatoryBreak,
    ContingentBreak,
    ConditionalJapaneseStarter,
    ClosePunctuation,
    CombiningMark,
    CloseParenthesis,
    CarriageReturn,
    EmojiBase,
    EmojiModifier,
    Exclamation,
    NonBreakingGlue,
    HangulLVSyllable,
    HangulLVTSyllable,
    HebrewLetter,
    Hyphen,
    Ideographic,
    Inseparable,
    InfixNumeric,
    HangulJamoL,
    HangulJamoT,
    HangulJamoV,
    LineFeed,
    NextLine,
    Nonstarter,
    Numeric,
    OpenPunctuation,
    PostfixNumeric,
    PrefixNumeric,
    Quotation,
    RegionalIndicator,
    ComplexContext,
    Surrogate,
    Space,
    BreakSymbols,
    WordJoiner,
    Unknown,
    ZeroWidthSpace,
    ZeroWidthJoiner,
}

Variants

Trait Implementations

impl Clone for LinebreakClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LinebreakClass
[src]

impl Eq for LinebreakClass
[src]

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

Formats the value using the given formatter.