pub struct AddReducer;Expand description
Add reducer: adds numeric values together.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddReducer
impl RefUnwindSafe for AddReducer
impl Send for AddReducer
impl Sync for AddReducer
impl Unpin for AddReducer
impl UnsafeUnpin for AddReducer
impl UnwindSafe for AddReducer
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