Struct unic_ucd_case::changes_when_titlecased::ChangesWhenTitlecased []

pub struct ChangesWhenTitlecased(_);

Represents values of the Unicode character property Changes_When_Titlecased.

The value is true for characters that change when titlecased, false otherwise.

Methods

impl ChangesWhenTitlecased

Get (struct) property value of the character.

Get boolean property value of the character.

Trait Implementations

impl Copy for ChangesWhenTitlecased

impl Clone for ChangesWhenTitlecased

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChangesWhenTitlecased

Formats the value using the given formatter.

impl Default for ChangesWhenTitlecased

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

impl Eq for ChangesWhenTitlecased

impl PartialEq for ChangesWhenTitlecased

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

This method tests for !=.

impl Hash for ChangesWhenTitlecased

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for ChangesWhenTitlecased

The associated error which can be returned from parsing.

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

impl CharProperty for ChangesWhenTitlecased

The abbreviated name of the property.

The long name of the property.

The human-readable name of the property.

impl TotalCharProperty for ChangesWhenTitlecased

The property value for the character.

impl BinaryCharProperty for ChangesWhenTitlecased

The boolean value of the property value.

[src]

The abbreviated name of the property value.

[src]

The long name of the property value.

[src]

The human-readable name of the property value.

impl Display for ChangesWhenTitlecased

Formats the value using the given formatter. Read more