pub struct BenchRounds(/* private fields */);Expand description
How many rounds one sample runs.
Implementations§
Trait Implementations§
Source§impl Clone for BenchRounds
impl Clone for BenchRounds
Source§fn clone(&self) -> BenchRounds
fn clone(&self) -> BenchRounds
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BenchRounds
Source§impl Debug for BenchRounds
impl Debug for BenchRounds
impl Eq for BenchRounds
Source§impl From<u64> for BenchRounds
impl From<u64> for BenchRounds
Source§impl Hash for BenchRounds
impl Hash for BenchRounds
Source§impl IntoIterator for BenchRounds
impl IntoIterator for BenchRounds
Source§impl Ord for BenchRounds
impl Ord for BenchRounds
Source§fn cmp(&self, other: &BenchRounds) -> Ordering
fn cmp(&self, other: &BenchRounds) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for BenchRounds
impl PartialEq for BenchRounds
Source§impl PartialOrd for BenchRounds
impl PartialOrd for BenchRounds
impl StructuralPartialEq for BenchRounds
Auto Trait Implementations§
impl Freeze for BenchRounds
impl RefUnwindSafe for BenchRounds
impl Send for BenchRounds
impl Sync for BenchRounds
impl Unpin for BenchRounds
impl UnsafeUnpin for BenchRounds
impl UnwindSafe for BenchRounds
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