pub enum BenchmarkKind {
Standard,
Concurrent,
}Variants§
Trait Implementations§
Source§impl Clone for BenchmarkKind
impl Clone for BenchmarkKind
Source§fn clone(&self) -> BenchmarkKind
fn clone(&self) -> BenchmarkKind
Returns a duplicate 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 Debug for BenchmarkKind
impl Debug for BenchmarkKind
Source§impl<'de> Deserialize<'de> for BenchmarkKind
impl<'de> Deserialize<'de> for BenchmarkKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for BenchmarkKind
impl Ord for BenchmarkKind
Source§fn cmp(&self, other: &BenchmarkKind) -> Ordering
fn cmp(&self, other: &BenchmarkKind) -> Ordering
1.21.0 · 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
Source§impl PartialEq for BenchmarkKind
impl PartialEq for BenchmarkKind
Source§impl PartialOrd for BenchmarkKind
impl PartialOrd for BenchmarkKind
Source§impl Serialize for BenchmarkKind
impl Serialize for BenchmarkKind
impl Copy for BenchmarkKind
impl Eq for BenchmarkKind
impl StructuralPartialEq for BenchmarkKind
Auto Trait Implementations§
impl Freeze for BenchmarkKind
impl RefUnwindSafe for BenchmarkKind
impl Send for BenchmarkKind
impl Sync for BenchmarkKind
impl Unpin for BenchmarkKind
impl UnsafeUnpin for BenchmarkKind
impl UnwindSafe for BenchmarkKind
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