pub enum ReRankModel {
EnglishV2,
MultilingualV2,
EnglishV3,
MultilingualV3,
}
Variants§
Trait Implementations§
Source§impl Debug for ReRankModel
impl Debug for ReRankModel
Source§impl Default for ReRankModel
impl Default for ReRankModel
Source§fn default() -> ReRankModel
fn default() -> ReRankModel
Returns the “default value” for a type. Read more
Source§impl Display for ReRankModel
impl Display for ReRankModel
Auto Trait Implementations§
impl Freeze for ReRankModel
impl RefUnwindSafe for ReRankModel
impl Send for ReRankModel
impl Sync for ReRankModel
impl Unpin for ReRankModel
impl UnwindSafe for ReRankModel
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