Struct ucd_parse::NameAlias [] [src]

pub struct NameAlias {
    pub codepoint: Codepoint,
    pub alias: String,
    pub label: NameAliasLabel,
}

A single row in the NameAliases.txt file.

Note that there are multiple rows for some codepoint. Each row provides a new alias.

Fields

The codepoint corresponding to this row.

The alias.

The label of this alias.

Trait Implementations

impl Clone for NameAlias
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NameAlias
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for NameAlias
[src]

[src]

Returns the "default value" for a type. Read more

impl Eq for NameAlias
[src]

impl PartialEq for NameAlias
[src]

[src]

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

[src]

This method tests for !=.

impl UcdFile for NameAlias
[src]

[src]

The file path corresponding to this file, relative to the UCD directory. Read more

[src]

The full file path corresponding to this file given the UCD directory path. Read more

[src]

Create an iterator over each record in this UCD file. Read more

impl UcdFileByCodepoint for NameAlias
[src]

Important traits for CodepointIter
[src]

Returns the codepoints associated with this record.

impl FromStr for NameAlias
[src]

The associated error which can be returned from parsing.

[src]

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

Auto Trait Implementations

impl Send for NameAlias

impl Sync for NameAlias