Enum unicode_casefold::Locale
[−]
[src]
pub enum Locale {
NonTurkic,
Turkic,
}Variants
NonTurkicTurkicTrait Implementations
impl Copy for Locale[src]
impl Clone for Locale[src]
fn clone(&self) -> Locale
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Locale[src]
impl Eq for Locale[src]
impl PartialEq for Locale[src]
fn eq(&self, __arg_0: &Locale) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.