pub enum BenchmarkWarmPolicy {
ColdBrain,
ReactiveWarm,
FullWarm,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BenchmarkWarmPolicy
impl Clone for BenchmarkWarmPolicy
Source§fn clone(&self) -> BenchmarkWarmPolicy
fn clone(&self) -> BenchmarkWarmPolicy
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 BenchmarkWarmPolicy
Source§impl Debug for BenchmarkWarmPolicy
impl Debug for BenchmarkWarmPolicy
Source§impl Default for BenchmarkWarmPolicy
impl Default for BenchmarkWarmPolicy
Source§fn default() -> BenchmarkWarmPolicy
fn default() -> BenchmarkWarmPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BenchmarkWarmPolicy
impl<'de> Deserialize<'de> for BenchmarkWarmPolicy
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
impl Eq for BenchmarkWarmPolicy
Source§impl PartialEq for BenchmarkWarmPolicy
impl PartialEq for BenchmarkWarmPolicy
Source§impl Serialize for BenchmarkWarmPolicy
impl Serialize for BenchmarkWarmPolicy
impl StructuralPartialEq for BenchmarkWarmPolicy
Auto Trait Implementations§
impl Freeze for BenchmarkWarmPolicy
impl RefUnwindSafe for BenchmarkWarmPolicy
impl Send for BenchmarkWarmPolicy
impl Sync for BenchmarkWarmPolicy
impl Unpin for BenchmarkWarmPolicy
impl UnsafeUnpin for BenchmarkWarmPolicy
impl UnwindSafe for BenchmarkWarmPolicy
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