Struct unic_emoji_char::EmojiModifierBase []

pub struct EmojiModifierBase(_);

Represents values of the Unicode character property Emoji_Modifier_Base.

The value is true for characters that are emoji modifiers.

Methods

impl EmojiModifierBase

Get (struct) property value of the character.

Get boolean property value of the character.

Trait Implementations

impl Copy for EmojiModifierBase

impl Clone for EmojiModifierBase

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EmojiModifierBase

Formats the value using the given formatter.

impl Default for EmojiModifierBase

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

impl Eq for EmojiModifierBase

impl PartialEq for EmojiModifierBase

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

This method tests for !=.

impl Hash for EmojiModifierBase

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 EmojiModifierBase

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 EmojiModifierBase

The abbreviated name of the property.

The long name of the property.

The human-readable name of the property.

impl TotalCharProperty for EmojiModifierBase

The property value for the character.

impl BinaryCharProperty for EmojiModifierBase

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 EmojiModifierBase

Formats the value using the given formatter. Read more