Struct proptest_arbitrary_interop::ArbValueTree
source · [−]pub struct ArbValueTree<A: Debug> { /* private fields */ }
Implementations
sourceimpl<A: ArbInterop> ArbValueTree<A>
impl<A: ArbInterop> ArbValueTree<A>
Trait Implementations
sourceimpl<A: Debug + Debug> Debug for ArbValueTree<A>
impl<A: Debug + Debug> Debug for ArbValueTree<A>
sourceimpl<A: ArbInterop> ValueTree for ArbValueTree<A>
impl<A: ArbInterop> ValueTree for ArbValueTree<A>
type Value = A
type Value = A
The type of the value produced by this ValueTree
.
sourcefn 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> RefUnwindSafe for ArbValueTree<A> where
A: RefUnwindSafe,
impl<A> Send for ArbValueTree<A> where
A: Send,
impl<A> Sync for ArbValueTree<A> where
A: Sync,
impl<A> Unpin for ArbValueTree<A> where
A: Unpin,
impl<A> UnwindSafe for ArbValueTree<A> where
A: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more