pub struct AdditiveChain;Expand description
Exact additive chain operation used by ReductionStream.
Trait Implementations§
Source§impl ChainOperation for AdditiveChain
impl ChainOperation for AdditiveChain
Source§impl Clone for AdditiveChain
impl Clone for AdditiveChain
Source§fn clone(&self) -> AdditiveChain
fn clone(&self) -> AdditiveChain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdditiveChain
Auto Trait Implementations§
impl Freeze for AdditiveChain
impl RefUnwindSafe for AdditiveChain
impl Send for AdditiveChain
impl Sync for AdditiveChain
impl Unpin for AdditiveChain
impl UnsafeUnpin for AdditiveChain
impl UnwindSafe for AdditiveChain
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