pub struct SumTotal<T> { /* private fields */ }
Expand description
This holds the current total of a sum.
See module level documentation for an example of usage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SumTotal<T>
impl<T> !RefUnwindSafe for SumTotal<T>
impl<T> !Send for SumTotal<T>
impl<T> !Sync for SumTotal<T>
impl<T> Unpin for SumTotal<T>
impl<T> !UnwindSafe for SumTotal<T>
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