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