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

pub enum SentenceBreak {
    ATerm,
    Close,
    CarriageReturn,
    Extend,
    Format,
    OLetter,
    LineFeed,
    Lowercase,
    Numeric,
    SentenceContinue,
    Separator,
    Space,
    SentenceTerminal,
    Uppercase,
    Other,
}

Variants

Trait Implementations

impl Clone for SentenceBreak
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SentenceBreak
[src]

impl Eq for SentenceBreak
[src]

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

Formats the value using the given formatter.