Enum icu_casemap::provider::data::CaseType
source ยท pub enum CaseType {
Lower = 1,
Upper = 2,
Title = 3,
}
Expand description
The case of a Unicode character
๐ง This code is considered unstable; it may change at any time, in breaking or non-breaking ways,
including in SemVer minor releases. While the serde representation of data structs is guaranteed
to be stable, their Rust representation might not be. Use with caution.
Variantsยง
Implementationsยง
Trait Implementationsยง
sourceยงimpl PartialEq for CaseType
impl PartialEq for CaseType
impl Copy for CaseType
impl Eq for CaseType
impl StructuralPartialEq for CaseType
Auto Trait Implementationsยง
impl Freeze for CaseType
impl RefUnwindSafe for CaseType
impl Send for CaseType
impl Sync for CaseType
impl Unpin for CaseType
impl UnwindSafe for CaseType
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