[][src]Enum rust_icu_sys::UNumberFormatStyle

#[repr(u32)]pub enum UNumberFormatStyle {
    UNUM_PATTERN_DECIMAL,
    UNUM_DECIMAL,
    UNUM_CURRENCY,
    UNUM_PERCENT,
    UNUM_SCIENTIFIC,
    UNUM_SPELLOUT,
    UNUM_ORDINAL,
    UNUM_DURATION,
    UNUM_NUMBERING_SYSTEM,
    UNUM_PATTERN_RULEBASED,
    UNUM_CURRENCY_ISO,
    UNUM_CURRENCY_PLURAL,
    UNUM_CURRENCY_ACCOUNTING,
    UNUM_CASH_CURRENCY,
    UNUM_DECIMAL_COMPACT_SHORT,
    UNUM_DECIMAL_COMPACT_LONG,
    UNUM_CURRENCY_STANDARD,
    UNUM_FORMAT_STYLE_COUNT,
}

Variants

UNUM_PATTERN_DECIMAL
UNUM_DECIMAL
UNUM_CURRENCY
UNUM_PERCENT
UNUM_SCIENTIFIC
UNUM_SPELLOUT
UNUM_ORDINAL
UNUM_DURATION
UNUM_NUMBERING_SYSTEM
UNUM_PATTERN_RULEBASED
UNUM_CURRENCY_ISO
UNUM_CURRENCY_PLURAL
UNUM_CURRENCY_ACCOUNTING
UNUM_CASH_CURRENCY
UNUM_DECIMAL_COMPACT_SHORT
UNUM_DECIMAL_COMPACT_LONG
UNUM_CURRENCY_STANDARD
UNUM_FORMAT_STYLE_COUNT

Implementations

impl UNumberFormatStyle[src]

impl UNumberFormatStyle[src]

Trait Implementations

impl Clone for UNumberFormatStyle[src]

impl Copy for UNumberFormatStyle[src]

impl Debug for UNumberFormatStyle[src]

impl Eq for UNumberFormatStyle[src]

impl Hash for UNumberFormatStyle[src]

impl PartialEq<UNumberFormatStyle> for UNumberFormatStyle[src]

impl PartialOrd<UNumberFormatStyle> for UNumberFormatStyle[src]

impl StructuralEq for UNumberFormatStyle[src]

impl StructuralPartialEq for UNumberFormatStyle[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.