Struct proptest::string::RegexGeneratorValueTree [−][src]
pub struct RegexGeneratorValueTree<T>(_)
where
T: Debug;
ValueTree corresponding to RegexGeneratorStrategy.
Trait Implementations
impl<T> ValueTree for RegexGeneratorValueTree<T> where
T: Debug, [src]
impl<T> ValueTree for RegexGeneratorValueTree<T> where
T: Debug, type Value = T
The type of the value produced by this ValueTree.
fn current(&self) -> Self::Value[src]
fn current(&self) -> Self::ValueReturns 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<T> !Send for RegexGeneratorValueTree<T>
impl<T> !Send for RegexGeneratorValueTree<T>impl<T> !Sync for RegexGeneratorValueTree<T>
impl<T> !Sync for RegexGeneratorValueTree<T>