pub enum FuzzyFileSearchMatchType {
File,
Directory,
}Variants§
Trait Implementations§
Source§impl Clone for FuzzyFileSearchMatchType
impl Clone for FuzzyFileSearchMatchType
Source§fn clone(&self) -> FuzzyFileSearchMatchType
fn clone(&self) -> FuzzyFileSearchMatchType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FuzzyFileSearchMatchType
impl Debug for FuzzyFileSearchMatchType
Source§impl<'de> Deserialize<'de> for FuzzyFileSearchMatchType
impl<'de> Deserialize<'de> for FuzzyFileSearchMatchType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FuzzyFileSearchMatchType
impl PartialEq for FuzzyFileSearchMatchType
Source§fn eq(&self, other: &FuzzyFileSearchMatchType) -> bool
fn eq(&self, other: &FuzzyFileSearchMatchType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FuzzyFileSearchMatchType
impl Serialize for FuzzyFileSearchMatchType
impl Eq for FuzzyFileSearchMatchType
impl StructuralPartialEq for FuzzyFileSearchMatchType
Auto Trait Implementations§
impl Freeze for FuzzyFileSearchMatchType
impl RefUnwindSafe for FuzzyFileSearchMatchType
impl Send for FuzzyFileSearchMatchType
impl Sync for FuzzyFileSearchMatchType
impl Unpin for FuzzyFileSearchMatchType
impl UnsafeUnpin for FuzzyFileSearchMatchType
impl UnwindSafe for FuzzyFileSearchMatchType
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