Struct ucd_parse::Age [] [src]

pub struct Age {
    pub codepoints: Codepoints,
    pub age: String,
}

A single row in the DerivedAge.txt file.

Fields

The codepoint or codepoint range for this entry.

The age assigned to the codepoints in this entry.

Trait Implementations

impl Clone for Age
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Age
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Age
[src]

[src]

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

impl Eq for Age
[src]

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

Important traits for CodepointIter
[src]

Returns the codepoints associated with this record.

impl FromStr for Age
[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 Age

impl Sync for Age