pub struct RegexGeneratorValueTree<T>(/* private fields */)
where
T: Debug;
Available on crate feature
std
only.Expand description
ValueTree
corresponding to RegexGeneratorStrategy
.
Trait Implementations§
Source§impl<T> ValueTree for RegexGeneratorValueTree<T>where
T: Debug,
impl<T> ValueTree for RegexGeneratorValueTree<T>where
T: Debug,
Source§fn simplify(&mut self) -> bool
fn simplify(&mut self) -> bool
Attempts 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
Source§fn complicate(&mut self) -> bool
fn complicate(&mut self) -> bool
Attempts 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> Freeze for RegexGeneratorValueTree<T>
impl<T> !RefUnwindSafe for RegexGeneratorValueTree<T>
impl<T> !Send for RegexGeneratorValueTree<T>
impl<T> !Sync for RegexGeneratorValueTree<T>
impl<T> Unpin for RegexGeneratorValueTree<T>
impl<T> !UnwindSafe for RegexGeneratorValueTree<T>
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes