pub struct ArbValueTree<A: Debug> { /* private fields */ }
Implementations§
Source§impl<A: ArbInterop> ArbValueTree<A>
impl<A: ArbInterop> ArbValueTree<A>
Trait Implementations§
Source§impl<A: ArbInterop> ValueTree for ArbValueTree<A>
impl<A: ArbInterop> ValueTree for ArbValueTree<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 ArbValueTree<A>where
A: Freeze,
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§
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