Struct proptest::bits::BitSetValueTree [−][src]
pub struct BitSetValueTree<T: BitSetLike> { /* fields omitted */ }
Value tree produced by BitSetStrategy and SampledBitSetStrategy.
Trait Implementations
impl<T: Clone + BitSetLike> Clone for BitSetValueTree<T>[src]
impl<T: Clone + BitSetLike> Clone for BitSetValueTree<T>fn clone(&self) -> BitSetValueTree<T>[src]
fn clone(&self) -> BitSetValueTree<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: Copy + BitSetLike> Copy for BitSetValueTree<T>[src]
impl<T: Copy + BitSetLike> Copy for BitSetValueTree<T>impl<T: Debug + BitSetLike> Debug for BitSetValueTree<T>[src]
impl<T: Debug + BitSetLike> Debug for BitSetValueTree<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: BitSetLike> ValueTree for BitSetValueTree<T>[src]
impl<T: BitSetLike> ValueTree for BitSetValueTree<T>type Value = T
The type of the value produced by this ValueTree.
fn current(&self) -> T[src]
fn current(&self) -> TReturns 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 BitSetValueTree<T> where
T: Send,
impl<T> Send for BitSetValueTree<T> where
T: Send, impl<T> Sync for BitSetValueTree<T> where
T: Sync,
impl<T> Sync for BitSetValueTree<T> where
T: Sync,