pub struct CsvHashTaskSpawnerLocalRayon<'tp> { /* private fields */ }
Trait Implementationsยง
Sourceยงimpl CsvHashTaskSpawnerLocal for CsvHashTaskSpawnerLocalRayon<'_>
impl CsvHashTaskSpawnerLocal for CsvHashTaskSpawnerLocalRayon<'_>
fn spawn_hashing_tasks_and_send_result<R>( &self, csv_hash_task_senders_left: CsvHashTaskLineSenders<R>, csv_hash_task_senders_right: CsvHashTaskLineSenders<R>, primary_key_columns: &HashSet<usize>, )
fn parse_hash_and_send_for_compare<R, P>(
csv_hash_task_senders: CsvHashTaskLineSenders<R>,
primary_key_columns: &HashSet<usize>,
)where
R: Read + Seek + Send,
P: CsvParseResult<CsvLeftRightParseResult<RecordHashWithPosition>, RecordHashWithPosition>,
Sourceยงimpl<'tp> CsvHashTaskSpawnerLocalBuilder<CsvHashTaskSpawnerLocalRayon<'tp>> for CsvHashTaskSpawnerLocalBuilderRayon<'tp>
impl<'tp> CsvHashTaskSpawnerLocalBuilder<CsvHashTaskSpawnerLocalRayon<'tp>> for CsvHashTaskSpawnerLocalBuilderRayon<'tp>
fn build(self) -> CsvHashTaskSpawnerLocalRayon<'tp>
Auto Trait Implementationsยง
impl<'tp> Freeze for CsvHashTaskSpawnerLocalRayon<'tp>
impl<'tp> !RefUnwindSafe for CsvHashTaskSpawnerLocalRayon<'tp>
impl<'tp> Send for CsvHashTaskSpawnerLocalRayon<'tp>
impl<'tp> Sync for CsvHashTaskSpawnerLocalRayon<'tp>
impl<'tp> Unpin for CsvHashTaskSpawnerLocalRayon<'tp>
impl<'tp> !UnwindSafe for CsvHashTaskSpawnerLocalRayon<'tp>
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
Sourceยงimpl<T> IntoEither for T
impl<T> IntoEither for T
Sourceยงfn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSourceยงfn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more