pub enum EvolutionStrategy {
AddAssertion,
StrengthenProperty,
PromoteCorpus,
AddFuzzSeed,
NarrowTarget,
ReduceBudgetRisk,
}Variants§
Trait Implementations§
Source§impl Clone for EvolutionStrategy
impl Clone for EvolutionStrategy
Source§fn clone(&self) -> EvolutionStrategy
fn clone(&self) -> EvolutionStrategy
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 moreSource§impl Debug for EvolutionStrategy
impl Debug for EvolutionStrategy
Source§impl<'de> Deserialize<'de> for EvolutionStrategy
impl<'de> Deserialize<'de> for EvolutionStrategy
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 EvolutionStrategy
impl Ord for EvolutionStrategy
Source§fn cmp(&self, other: &EvolutionStrategy) -> Ordering
fn cmp(&self, other: &EvolutionStrategy) -> 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
Source§impl PartialEq for EvolutionStrategy
impl PartialEq for EvolutionStrategy
Source§fn eq(&self, other: &EvolutionStrategy) -> bool
fn eq(&self, other: &EvolutionStrategy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EvolutionStrategy
impl PartialOrd for EvolutionStrategy
Source§impl Serialize for EvolutionStrategy
impl Serialize for EvolutionStrategy
impl Copy for EvolutionStrategy
impl Eq for EvolutionStrategy
impl StructuralPartialEq for EvolutionStrategy
Auto Trait Implementations§
impl Freeze for EvolutionStrategy
impl RefUnwindSafe for EvolutionStrategy
impl Send for EvolutionStrategy
impl Sync for EvolutionStrategy
impl Unpin for EvolutionStrategy
impl UnsafeUnpin for EvolutionStrategy
impl UnwindSafe for EvolutionStrategy
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