pub struct SumAccum<'a, K: FluxKind> { /* private fields */ }Expand description
Nested summation change accumulator.
Trait Implementations§
Auto Trait Implementations§
impl<'a, K> RefUnwindSafe for SumAccum<'a, K>where
K: RefUnwindSafe,
impl<'a, K> Send for SumAccum<'a, K>
impl<'a, K> Sync for SumAccum<'a, K>
impl<'a, K> Unpin for SumAccum<'a, K>
impl<'a, K> !UnwindSafe for SumAccum<'a, K>
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