#[non_exhaustive]pub struct CaseSensitive;๐Deprecated since 2.3.0:
not a UCD property
Expand description
Characters that are either the source of a case mapping or in the target of a case mapping.
Trait Implementationsยง
Sourceยงimpl BinaryProperty for CaseSensitive
impl BinaryProperty for CaseSensitive
Auto Trait Implementationsยง
impl Freeze for CaseSensitive
impl RefUnwindSafe for CaseSensitive
impl Send for CaseSensitive
impl Sync for CaseSensitive
impl Unpin for CaseSensitive
impl UnsafeUnpin for CaseSensitive
impl UnwindSafe for CaseSensitive
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