Struct codspeed_bencher_compat::BenchSamples
source · pub struct BenchSamples { /* private fields */ }Trait Implementations§
source§impl Clone for BenchSamples
impl Clone for BenchSamples
source§fn clone(&self) -> BenchSamples
fn clone(&self) -> BenchSamples
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq for BenchSamples
impl PartialEq for BenchSamples
source§fn eq(&self, other: &BenchSamples) -> bool
fn eq(&self, other: &BenchSamples) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BenchSamples
Auto Trait Implementations§
impl Freeze for BenchSamples
impl RefUnwindSafe for BenchSamples
impl Send for BenchSamples
impl Sync for BenchSamples
impl Unpin for BenchSamples
impl UnwindSafe for BenchSamples
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