pub struct FeatureConfig {
pub clip_time: Option<usize>,
pub fuzzy_search: bool,
pub vim_mode: bool,
pub exit_on_copy: bool,
}Fields§
§clip_time: Option<usize>§fuzzy_search: bool§vim_mode: bool§exit_on_copy: boolTrait Implementations§
Source§impl Debug for FeatureConfig
impl Debug for FeatureConfig
Source§impl Default for FeatureConfig
impl Default for FeatureConfig
Source§impl<'de> Deserialize<'de> for FeatureConfig
impl<'de> Deserialize<'de> for FeatureConfig
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 FeatureConfig
impl PartialEq for FeatureConfig
Source§fn eq(&self, other: &FeatureConfig) -> bool
fn eq(&self, other: &FeatureConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FeatureConfig
impl Serialize for FeatureConfig
impl Eq for FeatureConfig
impl StructuralPartialEq for FeatureConfig
Auto Trait Implementations§
impl Freeze for FeatureConfig
impl RefUnwindSafe for FeatureConfig
impl Send for FeatureConfig
impl Sync for FeatureConfig
impl Unpin for FeatureConfig
impl UnsafeUnpin for FeatureConfig
impl UnwindSafe for FeatureConfig
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.