Struct unic_ucd::Uppercase [] [src]

pub struct Uppercase(_);

Represents values of the Unicode character property Uppercase.

The value is true for uppercase characters, false otherwise.

Methods

impl Uppercase
[src]

[src]

Get (struct) property value of the character.

[src]

Get boolean property value of the character.

Trait Implementations

impl Debug for Uppercase
[src]

[src]

impl PartialEq<Uppercase> for Uppercase
[src]

[src]

[src]

impl BinaryCharProperty for Uppercase
[src]

[src]

impl FromStr for Uppercase
[src]

impl Clone for Uppercase
[src]

[src]

impl Copy for Uppercase
[src]

impl Hash for Uppercase
[src]

[src]

impl TotalCharProperty for Uppercase
[src]

[src]

impl CharProperty for Uppercase
[src]

[src]

[src]

[src]

impl Eq for Uppercase
[src]

impl Display for Uppercase
[src]

[src]

impl Default for Uppercase
[src]