Enum skim::CaseMatching
source · pub enum CaseMatching {
Respect,
Ignore,
Smart,
}Variants§
Trait Implementations§
source§impl Clone for CaseMatching
impl Clone for CaseMatching
source§fn clone(&self) -> CaseMatching
fn clone(&self) -> CaseMatching
Returns a copy 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 CaseMatching
impl Debug for CaseMatching
source§impl Default for CaseMatching
impl Default for CaseMatching
source§fn default() -> CaseMatching
fn default() -> CaseMatching
Returns the “default value” for a type. Read more
source§impl PartialEq for CaseMatching
impl PartialEq for CaseMatching
source§fn eq(&self, other: &CaseMatching) -> bool
fn eq(&self, other: &CaseMatching) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CaseMatching
impl Eq for CaseMatching
impl StructuralPartialEq for CaseMatching
Auto Trait Implementations§
impl RefUnwindSafe for CaseMatching
impl Send for CaseMatching
impl Sync for CaseMatching
impl Unpin for CaseMatching
impl UnwindSafe for CaseMatching
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