pub struct EmbeddingMigrationPreviewRequest {
pub filter: EmbeddingMigrationFilter,
pub sample_limit: usize,
pub max_nodes: usize,
}Fields§
§filter: EmbeddingMigrationFilter§sample_limit: usize§max_nodes: usizeTrait Implementations§
Source§impl Clone for EmbeddingMigrationPreviewRequest
impl Clone for EmbeddingMigrationPreviewRequest
Source§fn clone(&self) -> EmbeddingMigrationPreviewRequest
fn clone(&self) -> EmbeddingMigrationPreviewRequest
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 EmbeddingMigrationPreviewRequest
impl RefUnwindSafe for EmbeddingMigrationPreviewRequest
impl Send for EmbeddingMigrationPreviewRequest
impl Sync for EmbeddingMigrationPreviewRequest
impl Unpin for EmbeddingMigrationPreviewRequest
impl UnsafeUnpin for EmbeddingMigrationPreviewRequest
impl UnwindSafe for EmbeddingMigrationPreviewRequest
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