pub enum FileSearchRanker {
Auto,
Default20240821,
Other(String),
}
Expand description
The ranker to use for the file search.
Variants§
Trait Implementations§
Source§impl Clone for FileSearchRanker
impl Clone for FileSearchRanker
Source§fn clone(&self) -> FileSearchRanker
fn clone(&self) -> FileSearchRanker
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 moreAuto Trait Implementations§
impl Freeze for FileSearchRanker
impl RefUnwindSafe for FileSearchRanker
impl Send for FileSearchRanker
impl Sync for FileSearchRanker
impl Unpin for FileSearchRanker
impl UnwindSafe for FileSearchRanker
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