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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)