pub struct PipelineStream<'a> { /* private fields */ }
Expand description
streaming response of pipeline. impl AsyncLendingIterator trait and can be collected asynchronously.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PipelineStream<'a>
impl<'a> RefUnwindSafe for PipelineStream<'a>
impl<'a> Send for PipelineStream<'a>
impl<'a> Sync for PipelineStream<'a>
impl<'a> Unpin for PipelineStream<'a>
impl<'a> UnwindSafe for PipelineStream<'a>
Blanket Implementations§
Source§impl<I> AsyncLendingIteratorExt for Iwhere
I: AsyncLendingIterator,
impl<I> AsyncLendingIteratorExt for Iwhere
I: AsyncLendingIterator,
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