Struct unic_ucd_ident::XidStart []

pub struct XidStart(_);

A character that can start an identifier, stable under NFKC.

Methods

impl XidStart

Get (struct) property value of the character.

Get boolean property value of the character.

Trait Implementations

impl Copy for XidStart

impl Clone for XidStart

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for XidStart

Formats the value using the given formatter.

impl Default for XidStart

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

impl Eq for XidStart

impl PartialEq for XidStart

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

This method tests for !=.

impl Hash for XidStart

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 XidStart

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 XidStart

The abbreviated name of the property.

The long name of the property.

The human-readable name of the property.

impl TotalCharProperty for XidStart

The property value for the character.

impl BinaryCharProperty for XidStart

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 XidStart

Formats the value using the given formatter. Read more