Enum ucd_parse::UnicodeDataDecompositionTag [] [src]

pub enum UnicodeDataDecompositionTag {
    Font,
    NoBreak,
    Initial,
    Medial,
    Final,
    Isolated,
    Circle,
    Super,
    Sub,
    Vertical,
    Wide,
    Narrow,
    Small,
    Square,
    Fraction,
    Compat,
}

The formatting tag on a decomposition mapping.

This is taken from UAX44, Table 14.

Variants

Trait Implementations

impl Clone for UnicodeDataDecompositionTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UnicodeDataDecompositionTag
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for UnicodeDataDecompositionTag
[src]

impl PartialEq for UnicodeDataDecompositionTag
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl FromStr for UnicodeDataDecompositionTag
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Display for UnicodeDataDecompositionTag
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations