#[non_exhaustive]pub struct CaseSensitive;
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 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