Struct test::bench::BenchSamples
source · [−]🔬 This is a nightly-only experimental API. (
test)Fields
ns_iter_summ: Summary🔬 This is a nightly-only experimental API. (
test)mb_s: usize🔬 This is a nightly-only experimental API. (
test)Trait Implementations
impl Clone for BenchSamples
source
impl Clone for BenchSamples
sourcefn clone(&self) -> BenchSamples
source
fn clone(&self) -> BenchSamples
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl Debug for BenchSamples
source
impl Debug for BenchSamples
sourceimpl PartialEq<BenchSamples> for BenchSamples
source
impl PartialEq<BenchSamples> for BenchSamples
sourcefn eq(&self, other: &BenchSamples) -> bool
source
fn eq(&self, other: &BenchSamples) -> bool
sourceThis method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &BenchSamples) -> bool
source
fn ne(&self, other: &BenchSamples) -> bool
sourceThis method tests for !=.
impl StructuralPartialEq for BenchSamples
sourceAuto Trait Implementations
impl RefUnwindSafe for BenchSamples
impl Send for BenchSamples
impl Sync for BenchSamples
impl Unpin for BenchSamples
impl UnwindSafe for BenchSamples
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
source
impl<T> ToOwned for T where
T: Clone,
sourcetype Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
source
fn clone_into(&self, target: &mut T)
source🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more