pub struct JoinPipeline<O: Send + Sync + Clone + Debug + 'static, R: JoinFanInRuntime + 'static> { /* private fields */ }Expand description
Completed multi-input join pipeline, ready to be registered on a record.
Produced by JoinBuilder::on_triggers and consumed by
[RecordRegistrar::transform_join]. Not normally constructed directly.
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