pub struct Runs { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Accumulator<i64, Runs> for RunsAccumulator
impl Accumulator<i64, Runs> for RunsAccumulator
type Retraction = i64
fn accumulate(&mut self, value: i64) -> Self::Retraction
fn retract(&mut self, value: Self::Retraction)
fn with_result<T>(&self, f: impl FnOnce(&Runs) -> T) -> T
fn reset(&mut self)
fn finish(&self) -> Rwhere
R: Clone,
impl Eq for Runs
impl StructuralPartialEq for Runs
Auto Trait Implementations§
impl Freeze for Runs
impl RefUnwindSafe for Runs
impl Send for Runs
impl Sync for Runs
impl Unpin for Runs
impl UnsafeUnpin for Runs
impl UnwindSafe for Runs
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