Enum icu_casemap::provider::data::MappingKind
source · pub(crate) enum MappingKind {
Lower = 0,
Fold = 1,
Upper = 2,
Title = 3,
}
Variants§
Trait Implementations§
source§impl Clone for MappingKind
impl Clone for MappingKind
source§fn clone(&self) -> MappingKind
fn clone(&self) -> MappingKind
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 MappingKind
impl Debug for MappingKind
source§impl From<MappingKind> for ExceptionSlot
impl From<MappingKind> for ExceptionSlot
source§fn from(full: MappingKind) -> Self
fn from(full: MappingKind) -> Self
Converts to this type from the input type.
source§impl PartialEq for MappingKind
impl PartialEq for MappingKind
source§fn eq(&self, other: &MappingKind) -> bool
fn eq(&self, other: &MappingKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MappingKind
impl Eq for MappingKind
impl StructuralPartialEq for MappingKind
Auto Trait Implementations§
impl Freeze for MappingKind
impl RefUnwindSafe for MappingKind
impl Send for MappingKind
impl Sync for MappingKind
impl Unpin for MappingKind
impl UnwindSafe for MappingKind
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