pub enum IgnoreCase {}
Expand description
Marker type used to do case-insensitive string comparisons.
Note that this does not take any locale information into account. It is only as correct as a call to char::to_lowercase
.
Trait Implementations§
Source§impl Debug for IgnoreCase
impl Debug for IgnoreCase
Source§impl StrCompare for IgnoreCase
impl StrCompare for IgnoreCase
Auto Trait Implementations§
impl Freeze for IgnoreCase
impl RefUnwindSafe for IgnoreCase
impl Send for IgnoreCase
impl Sync for IgnoreCase
impl Unpin for IgnoreCase
impl UnwindSafe for IgnoreCase
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