Enum skim::FuzzyAlgorithm
source · pub enum FuzzyAlgorithm {
SkimV1,
SkimV2,
Clangd,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for FuzzyAlgorithm
impl Clone for FuzzyAlgorithm
source§fn clone(&self) -> FuzzyAlgorithm
fn clone(&self) -> FuzzyAlgorithm
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 FuzzyAlgorithm
impl Debug for FuzzyAlgorithm
source§impl Default for FuzzyAlgorithm
impl Default for FuzzyAlgorithm
source§fn default() -> FuzzyAlgorithm
fn default() -> FuzzyAlgorithm
Returns the “default value” for a type. Read more
impl Copy for FuzzyAlgorithm
Auto Trait Implementations§
impl RefUnwindSafe for FuzzyAlgorithm
impl Send for FuzzyAlgorithm
impl Sync for FuzzyAlgorithm
impl Unpin for FuzzyAlgorithm
impl UnwindSafe for FuzzyAlgorithm
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