pub struct JoinPipeline<O: Send + Sync + Clone + Debug + 'static, R: Spawn + 'static> { /* private fields */ }Expand description
Completed multi-input join pipeline, ready to be stored in TypedRecord.
Auto Trait Implementations§
impl<O, R> Freeze for JoinPipeline<O, R>
impl<O, R> !RefUnwindSafe for JoinPipeline<O, R>
impl<O, R> Send for JoinPipeline<O, R>
impl<O, R> Sync for JoinPipeline<O, R>
impl<O, R> Unpin for JoinPipeline<O, R>
impl<O, R> UnsafeUnpin for JoinPipeline<O, R>
impl<O, R> !UnwindSafe for JoinPipeline<O, R>
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