pub struct EmbeddingMigrationPreviewResult {
pub total_candidates: usize,
pub sample: Vec<EmbeddingMigrationSample>,
pub provider_available: bool,
pub provider_model: Option<String>,
}Fields§
§total_candidates: usize§sample: Vec<EmbeddingMigrationSample>§provider_available: bool§provider_model: Option<String>Trait Implementations§
Source§impl Clone for EmbeddingMigrationPreviewResult
impl Clone for EmbeddingMigrationPreviewResult
Source§fn clone(&self) -> EmbeddingMigrationPreviewResult
fn clone(&self) -> EmbeddingMigrationPreviewResult
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 EmbeddingMigrationPreviewResult
impl RefUnwindSafe for EmbeddingMigrationPreviewResult
impl Send for EmbeddingMigrationPreviewResult
impl Sync for EmbeddingMigrationPreviewResult
impl Unpin for EmbeddingMigrationPreviewResult
impl UnsafeUnpin for EmbeddingMigrationPreviewResult
impl UnwindSafe for EmbeddingMigrationPreviewResult
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