Enum icu_casemap::internals::CaseMapLocale
source · pub enum CaseMapLocale {
Root,
Turkish,
Lithuanian,
Greek,
Dutch,
Armenian,
}
Variants§
Implementations§
source§impl CaseMapLocale
impl CaseMapLocale
pub const fn from_langid(langid: &LanguageIdentifier) -> Self
Trait Implementations§
source§impl Clone for CaseMapLocale
impl Clone for CaseMapLocale
source§fn clone(&self) -> CaseMapLocale
fn clone(&self) -> CaseMapLocale
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CaseMapLocale
impl Debug for CaseMapLocale
source§impl PartialEq for CaseMapLocale
impl PartialEq for CaseMapLocale
source§fn eq(&self, other: &CaseMapLocale) -> bool
fn eq(&self, other: &CaseMapLocale) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CaseMapLocale
impl Eq for CaseMapLocale
impl StructuralPartialEq for CaseMapLocale
Auto Trait Implementations§
impl Freeze for CaseMapLocale
impl RefUnwindSafe for CaseMapLocale
impl Send for CaseMapLocale
impl Sync for CaseMapLocale
impl Unpin for CaseMapLocale
impl UnwindSafe for CaseMapLocale
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more