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