Struct test::BenchSamples [−][src]
pub struct BenchSamples { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
impl Clone for BenchSamples
[src]
impl Clone for BenchSamples
fn clone(&self) -> BenchSamples
[src]
fn clone(&self) -> BenchSamples
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for BenchSamples
[src]
impl PartialEq for BenchSamples
fn eq(&self, other: &BenchSamples) -> bool
[src]
fn eq(&self, other: &BenchSamples) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &BenchSamples) -> bool
[src]
fn ne(&self, other: &BenchSamples) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for BenchSamples
impl Send for BenchSamples
impl Sync for BenchSamples
impl Sync for BenchSamples