pub enum PathCaseSensitivity {
Sensitive,
Insensitive,
}Expand description
Case handling used when comparing path segments.
Variants§
Trait Implementations§
Source§impl Clone for PathCaseSensitivity
impl Clone for PathCaseSensitivity
Source§fn clone(&self) -> PathCaseSensitivity
fn clone(&self) -> PathCaseSensitivity
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 PathCaseSensitivity
impl Debug for PathCaseSensitivity
Source§impl PartialEq for PathCaseSensitivity
impl PartialEq for PathCaseSensitivity
impl Copy for PathCaseSensitivity
impl Eq for PathCaseSensitivity
impl StructuralPartialEq for PathCaseSensitivity
Auto Trait Implementations§
impl Freeze for PathCaseSensitivity
impl RefUnwindSafe for PathCaseSensitivity
impl Send for PathCaseSensitivity
impl Sync for PathCaseSensitivity
impl Unpin for PathCaseSensitivity
impl UnsafeUnpin for PathCaseSensitivity
impl UnwindSafe for PathCaseSensitivity
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