Struct proptest::strategy::PerturbValueTree [−][src]
pub struct PerturbValueTree<S, F> { /* fields omitted */ }ValueTree perturbation adaptor.
See Strategy::prop_perturb().
Trait Implementations
impl<S: Debug, F> Debug for PerturbValueTree<S, F>[src]
impl<S: Debug, F> Debug for PerturbValueTree<S, F>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<S: Clone, F> Clone for PerturbValueTree<S, F>[src]
impl<S: Clone, F> Clone for PerturbValueTree<S, F>fn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns 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<S: ValueTree, O: Debug, F: Fn(S::Value, TestRng) -> O> ValueTree for PerturbValueTree<S, F>[src]
impl<S: ValueTree, O: Debug, F: Fn(S::Value, TestRng) -> O> ValueTree for PerturbValueTree<S, F>type Value = O
The type of the value produced by this ValueTree.
fn current(&self) -> O[src]
fn current(&self) -> OReturns the current value.
fn simplify(&mut self) -> bool[src]
fn simplify(&mut self) -> boolAttempts to simplify the current value. Notionally, this sets the "high" value to the current value, and the current value to a "halfway point" between high and low, rounding towards low. Read more
fn complicate(&mut self) -> bool[src]
fn complicate(&mut self) -> boolAttempts to partially undo the last simplification. Notionally, this sets the "low" value to one plus the current value, and the current value to a "halfway point" between high and the new low, rounding towards low. Read more
Auto Trait Implementations
impl<S, F> Send for PerturbValueTree<S, F> where
F: Send + Sync,
S: Send,
impl<S, F> Send for PerturbValueTree<S, F> where
F: Send + Sync,
S: Send, impl<S, F> Sync for PerturbValueTree<S, F> where
F: Send + Sync,
S: Sync,
impl<S, F> Sync for PerturbValueTree<S, F> where
F: Send + Sync,
S: Sync,