[][src]Enum rust_icu_sys::UDateFormatStyle

#[repr(i32)]pub enum UDateFormatStyle {
    UDAT_FULL,
    UDAT_LONG,
    UDAT_MEDIUM,
    UDAT_SHORT,
    UDAT_RELATIVE,
    UDAT_LONG_RELATIVE,
    UDAT_MEDIUM_RELATIVE,
    UDAT_SHORT_RELATIVE,
    UDAT_NONE,
    UDAT_PATTERN,
}

Variants

UDAT_FULL
UDAT_LONG
UDAT_MEDIUM
UDAT_SHORT
UDAT_RELATIVE
UDAT_LONG_RELATIVE
UDAT_MEDIUM_RELATIVE
UDAT_SHORT_RELATIVE
UDAT_NONE
UDAT_PATTERN

Implementations

impl UDateFormatStyle[src]

impl UDateFormatStyle[src]

impl UDateFormatStyle[src]

Trait Implementations

impl Clone for UDateFormatStyle[src]

impl Copy for UDateFormatStyle[src]

impl Debug for UDateFormatStyle[src]

impl Eq for UDateFormatStyle[src]

impl Hash for UDateFormatStyle[src]

impl PartialEq<UDateFormatStyle> for UDateFormatStyle[src]

impl PartialOrd<UDateFormatStyle> for UDateFormatStyle[src]

impl StructuralEq for UDateFormatStyle[src]

impl StructuralPartialEq for UDateFormatStyle[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.