[][src]Enum uvm_core::unity::Localization

pub enum Localization {
    Ja,
    Ko,
    Fr,
    Es,
    ZhCn,
    ZhHant,
    ZhHans,
    Ru,
}

add the localization generic information to the config ja and ko are available since 2018.1+ zh-cn is available since 2018.2+ zh-hant is available since 2019.1+ zh-cn changed to zh-hans since 2019.1+

Variants

Ja
Ko
Fr
Es
ZhCn
ZhHant
ZhHans
Ru

Methods

impl Localization[src]

pub fn locals<V: AsRef<Version>>(
    version: V
) -> impl Iterator<Item = Localization>
[src]

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

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

Trait Implementations

impl Eq for Localization[src]

impl Clone for Localization[src]

impl PartialEq<Localization> for Localization[src]

impl Copy for Localization[src]

impl Hash for Localization[src]

impl Debug for Localization[src]

impl FromStr for Localization[src]

type Err = Error

The associated error which can be returned from parsing.

impl Serialize for Localization[src]

impl<'de> Deserialize<'de> for Localization[src]

Auto Trait Implementations

Blanket Implementations

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> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<'a, T> TryFrom<&'a str> for T where
    T: FromStr

type Err = <T as FromStr>::Err

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,