pub struct QCValueTree<A: Debug> { /* private fields */ }
Expand description
The ValueTree
implementation for QCStrategy
.
Trait Implementations§
Source§impl<A: Debug> Debug for QCValueTree<A>
impl<A: Debug> Debug for QCValueTree<A>
Source§impl<A: Clone + Debug> ValueTree for QCValueTree<A>
impl<A: Clone + Debug> ValueTree for QCValueTree<A>
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<A> Freeze for QCValueTree<A>where
A: Freeze,
impl<A> !RefUnwindSafe for QCValueTree<A>
impl<A> !Send for QCValueTree<A>
impl<A> !Sync for QCValueTree<A>
impl<A> Unpin for QCValueTree<A>where
A: Unpin,
impl<A> !UnwindSafe for QCValueTree<A>
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