pub struct Runs { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Accumulator<i64, Runs> for RunsAccumulator
impl Accumulator<i64, Runs> for RunsAccumulator
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