pub enum EmbedRole {
Document,
Query,
}Expand description
Role of the text being embedded.
Variants§
Trait Implementations§
impl Copy for EmbedRole
impl Eq for EmbedRole
impl StructuralPartialEq for EmbedRole
Auto Trait Implementations§
impl Freeze for EmbedRole
impl RefUnwindSafe for EmbedRole
impl Send for EmbedRole
impl Sync for EmbedRole
impl Unpin for EmbedRole
impl UnsafeUnpin for EmbedRole
impl UnwindSafe for EmbedRole
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