pub struct NoCaseCollation;Expand description
NOCASE collation: ASCII case-insensitive comparison.
Only folds ASCII letters (A-Z → a-z). Non-ASCII bytes are compared
as-is. For full Unicode case folding, use the ICU extension (§14.6).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoCaseCollation
impl RefUnwindSafe for NoCaseCollation
impl Send for NoCaseCollation
impl Sync for NoCaseCollation
impl Unpin for NoCaseCollation
impl UnsafeUnpin for NoCaseCollation
impl UnwindSafe for NoCaseCollation
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