pub enum SourceBuilderType<S, B>{
Single(SourceBuilder<S, B>),
Parallel(ParallelSourceBuilder<S, B>),
}Variants§
Single(SourceBuilder<S, B>)
Parallel(ParallelSourceBuilder<S, B>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, B> Freeze for SourceBuilderType<S, B>
impl<S, B> !RefUnwindSafe for SourceBuilderType<S, B>
impl<S, B> Send for SourceBuilderType<S, B>
impl<S, B> Sync for SourceBuilderType<S, B>
impl<S, B> Unpin for SourceBuilderType<S, B>
impl<S, B> !UnwindSafe for SourceBuilderType<S, B>
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