pub struct CaseInsensitive;Expand description
Zero-sized type-level marker for case-insensitive normalization.
This is the type parameter S in PathElementCI.
Converts to CaseSensitivity::Insensitive via the From impl.
Trait Implementations§
Source§impl Clone for CaseInsensitive
impl Clone for CaseInsensitive
Source§fn clone(&self) -> CaseInsensitive
fn clone(&self) -> CaseInsensitive
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CaseInsensitive
impl Debug for CaseInsensitive
Source§impl From<&CaseInsensitive> for CaseSensitivity
impl From<&CaseInsensitive> for CaseSensitivity
Source§fn from(_: &CaseInsensitive) -> Self
fn from(_: &CaseInsensitive) -> Self
Converts to this type from the input type.
Source§impl From<CaseInsensitive> for CaseSensitivity
impl From<CaseInsensitive> for CaseSensitivity
Source§fn from(_: CaseInsensitive) -> Self
fn from(_: CaseInsensitive) -> Self
Converts to this type from the input type.
Source§impl Hash for CaseInsensitive
impl Hash for CaseInsensitive
Source§impl PartialEq for CaseInsensitive
impl PartialEq for CaseInsensitive
impl Copy for CaseInsensitive
impl Eq for CaseInsensitive
impl StructuralPartialEq for CaseInsensitive
Auto Trait Implementations§
impl Freeze for CaseInsensitive
impl RefUnwindSafe for CaseInsensitive
impl Send for CaseInsensitive
impl Sync for CaseInsensitive
impl Unpin for CaseInsensitive
impl UnsafeUnpin for CaseInsensitive
impl UnwindSafe for CaseInsensitive
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