Struct git_features::parallel::reduce::IdentityWithResult [−][src]
pub struct IdentityWithResult<Input, Error> { /* fields omitted */ }
An identity reducer for those who want to use Stepwise
or in_parallel()
without the use of non-threaded reduction of products created in threads.
Trait Implementations
impl<Input, Error> Default for IdentityWithResult<Input, Error>
[src]
impl<Input, Error> Default for IdentityWithResult<Input, Error>
[src]impl<Input, Error> Reduce for IdentityWithResult<Input, Error>
[src]
impl<Input, Error> Reduce for IdentityWithResult<Input, Error>
[src]type FeedProduce = Input
type FeedProduce = Input
type Output = ()
type Output = ()
The type produced once by the finalize()
method. Read more
type Error = Error
type Error = Error
The error type to use for all methods of this trait.
Auto Trait Implementations
impl<Input, Error> RefUnwindSafe for IdentityWithResult<Input, Error> where
Error: RefUnwindSafe,
Input: RefUnwindSafe,
Error: RefUnwindSafe,
Input: RefUnwindSafe,
impl<Input, Error> Send for IdentityWithResult<Input, Error> where
Error: Send,
Input: Send,
Error: Send,
Input: Send,
impl<Input, Error> Sync for IdentityWithResult<Input, Error> where
Error: Sync,
Input: Sync,
Error: Sync,
Input: Sync,
impl<Input, Error> Unpin for IdentityWithResult<Input, Error> where
Error: Unpin,
Input: Unpin,
Error: Unpin,
Input: Unpin,
impl<Input, Error> UnwindSafe for IdentityWithResult<Input, Error> where
Error: UnwindSafe,
Input: UnwindSafe,
Error: UnwindSafe,
Input: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self