pub enum SearchMatchMode {
Fts,
Prefix,
Contains,
}Variants§
Trait Implementations§
Source§impl Clone for SearchMatchMode
impl Clone for SearchMatchMode
Source§fn clone(&self) -> SearchMatchMode
fn clone(&self) -> SearchMatchMode
Returns a duplicate 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 SearchMatchMode
impl Debug for SearchMatchMode
Source§impl PartialEq for SearchMatchMode
impl PartialEq for SearchMatchMode
impl Copy for SearchMatchMode
impl Eq for SearchMatchMode
impl StructuralPartialEq for SearchMatchMode
Auto Trait Implementations§
impl Freeze for SearchMatchMode
impl RefUnwindSafe for SearchMatchMode
impl Send for SearchMatchMode
impl Sync for SearchMatchMode
impl Unpin for SearchMatchMode
impl UnsafeUnpin for SearchMatchMode
impl UnwindSafe for SearchMatchMode
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