pub struct StoreFSTActionConfig {
pub prefix_matching_enabled: bool,
pub fuzzy_matching_enabled: bool,
}Fields§
§prefix_matching_enabled: bool§fuzzy_matching_enabled: boolTrait Implementations§
Source§impl Clone for StoreFSTActionConfig
impl Clone for StoreFSTActionConfig
Source§fn clone(&self) -> StoreFSTActionConfig
fn clone(&self) -> StoreFSTActionConfig
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 moreimpl Copy for StoreFSTActionConfig
Source§impl Debug for StoreFSTActionConfig
impl Debug for StoreFSTActionConfig
Auto Trait Implementations§
impl Freeze for StoreFSTActionConfig
impl RefUnwindSafe for StoreFSTActionConfig
impl Send for StoreFSTActionConfig
impl Sync for StoreFSTActionConfig
impl Unpin for StoreFSTActionConfig
impl UnsafeUnpin for StoreFSTActionConfig
impl UnwindSafe for StoreFSTActionConfig
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