pub enum RankingOptionsRanker {
Auto,
Default2024_11_15,
}
Expand description
The ranker to use for the file search.
Variants§
Trait Implementations§
Source§impl Clone for RankingOptionsRanker
impl Clone for RankingOptionsRanker
Source§fn clone(&self) -> RankingOptionsRanker
fn clone(&self) -> RankingOptionsRanker
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 RankingOptionsRanker
impl Debug for RankingOptionsRanker
Source§impl<'de> Deserialize<'de> for RankingOptionsRanker
impl<'de> Deserialize<'de> for RankingOptionsRanker
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 RankingOptionsRanker
impl PartialEq for RankingOptionsRanker
Source§impl Serialize for RankingOptionsRanker
impl Serialize for RankingOptionsRanker
impl Copy for RankingOptionsRanker
impl StructuralPartialEq for RankingOptionsRanker
Auto Trait Implementations§
impl Freeze for RankingOptionsRanker
impl RefUnwindSafe for RankingOptionsRanker
impl Send for RankingOptionsRanker
impl Sync for RankingOptionsRanker
impl Unpin for RankingOptionsRanker
impl UnwindSafe for RankingOptionsRanker
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