[]Struct unic_ucd::ChangesWhenUppercased

pub struct ChangesWhenUppercased(_);

Represents values of the Unicode character property Changes_When_Uppercased.

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

Methods

impl ChangesWhenUppercased

pub fn of(ch: char) -> ChangesWhenUppercased

Get (struct) property value of the character.

pub fn as_bool(&self) -> bool

Get boolean property value of the character.

Trait Implementations

impl PartialEq<ChangesWhenUppercased> for ChangesWhenUppercased

impl Debug for ChangesWhenUppercased

impl Eq for ChangesWhenUppercased

impl Hash for ChangesWhenUppercased

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

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

impl CharProperty for ChangesWhenUppercased

impl Default for ChangesWhenUppercased

impl BinaryCharProperty for ChangesWhenUppercased

fn abbr_name(&self) -> &'static str[src]

The abbreviated name of the property value.

fn long_name(&self) -> &'static str[src]

The long name of the property value.

fn human_name(&self) -> &'static str[src]

The human-readable name of the property value.

impl FromStr for ChangesWhenUppercased

type Err = ()

The associated error which can be returned from parsing.

impl Copy for ChangesWhenUppercased

impl Display for ChangesWhenUppercased

impl TotalCharProperty for ChangesWhenUppercased

impl Clone for ChangesWhenUppercased

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> PartialCharProperty for T where
    T: TotalCharProperty
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> ToString for T where
    T: Display + ?Sized
[src]