[−][src]Enum uvm_install2::unity::Localization
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
Methods
impl Localization[src]
pub fn locals<V>(version: V) -> impl Iterator<Item = Localization> where
V: AsRef<Version>, [src]
V: AsRef<Version>,
pub fn locale(self) -> &'static str[src]
pub fn name(self) -> &'static str[src]
Trait Implementations
impl StructuralEq for Localization[src]
impl Eq for Localization[src]
impl Debug for Localization[src]
impl Hash for Localization[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<Localization> for Localization[src]
fn eq(&self, other: &Localization) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl Clone for Localization[src]
fn clone(&self) -> Localization[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl FromStr for Localization[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Localization, <Localization as FromStr>::Err>[src]
impl<'de> Deserialize<'de> for Localization[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<Localization, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<Localization, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl StructuralPartialEq for Localization[src]
impl Copy for Localization[src]
impl Serialize for Localization[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Auto Trait Implementations
impl Send for Localization
impl Sync for Localization
impl Unpin for Localization
impl UnwindSafe for Localization
impl RefUnwindSafe for Localization
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<'a, T> TryFrom<&'a str> for T where
T: FromStr,
T: FromStr,
type Err = <T as FromStr>::Err
fn try_from(string: &'a str) -> Result<T, <T as TryFrom<&'a str>>::Err>
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,