pub struct ScanOperator<F>where
F: FoldFunction,{ /* private fields */ }Expand description
Scan operator (like fold but emits intermediate results).
Implementations§
Source§impl<F> ScanOperator<F>where
F: FoldFunction,
impl<F> ScanOperator<F>where
F: FoldFunction,
Auto Trait Implementations§
impl<F> Freeze for ScanOperator<F>
impl<F> !RefUnwindSafe for ScanOperator<F>
impl<F> Send for ScanOperator<F>
impl<F> Sync for ScanOperator<F>
impl<F> Unpin for ScanOperator<F>
impl<F> UnsafeUnpin for ScanOperator<F>
impl<F> !UnwindSafe for ScanOperator<F>
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